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, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "float"
String get float => getPropertyValue('float');
Sets the value of "float"
set float(String value) {
setProperty('float', value, '');
}