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