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