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