Gets the value of "margin-right"
Source
String get marginRight => this._marginRight;
Sets the value of "margin-right"
Source
set marginRight(String value) {
_marginRight = value == null ? '' : value;
}
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;
}