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