marginBefore property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getmarginBefore
Gets the value of "margin-before"
Implementation
String get marginBefore => getPropertyValue('margin-before');
setmarginBefore (String value)
Sets the value of "margin-before"
Implementation
set marginBefore(String value) {
setProperty('margin-before', value, '');
}