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; }