String marginBottom

Gets the value of "margin-bottom"

Source

String get marginBottom => this._marginBottom;
void marginBottom=(String value)

Sets the value of "margin-bottom"

Source

set marginBottom(String value) {
  _marginBottom = value == null ? '' : value;
}