float property

String get float

Gets the value of "float"

Implementation

String get float => getPropertyValue('float');
set float (String? value)

Sets the value of "float"

Implementation

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