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