left property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getleft
Gets the value of "left"
Implementation
String get left => getPropertyValue('left');
setleft (String value)
Sets the value of "left"
Implementation
set left(String value) {
setProperty('left', value, '');
}