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