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