marginRight property
Gets the value of "margin-right"
Implementation
String get marginRight => this._marginRight;
Sets the value of "margin-right"
Implementation
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;
}