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