cssFloat property
String
get
cssFloat
Implementation
String get cssFloat => js_util.getProperty(this, 'cssFloat');
set
cssFloat
(String newValue)
Implementation
set cssFloat(String newValue) {
js_util.setProperty(this, 'cssFloat', newValue);
}