float property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

String getfloat

Gets the value of "float"

Implementation

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

setfloat (String value)

Sets the value of "float"

Implementation

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