float property

String float

Gets the value of "float"

Implementation

String get float => getPropertyValue('float');
void float= (String value)

Sets the value of "float"

Implementation

set float(String value) {
  setProperty('float', value, '');
}