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