Gets the value of "margin-bottom"
Source
String get marginBottom => this._marginBottom;
Sets the value of "margin-bottom"
Source
set marginBottom(String value) {
_marginBottom = value == null ? '' : value;
}
Gets the value of "margin-bottom"
String get marginBottom => this._marginBottom;
Sets the value of "margin-bottom"
set marginBottom(String value) {
_marginBottom = value == null ? '' : value;
}