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