Gets the value of "margin-right"
String get marginRight => this._marginRight;
Sets the value of "margin-right"
set marginRight(String value) { _marginRight = value == null ? '' : value; }