clear property Null safety
Gets the value of "clear"
Implementation
String get clear => getPropertyValue('clear');
Sets the value of "clear"
Implementation
set clear(String value) {
setProperty('clear', value, '');
}
Gets the value of "clear"
String get clear => getPropertyValue('clear');
Sets the value of "clear"
set clear(String value) {
setProperty('clear', value, '');
}