获取 "margin-bottom" 的值
String get marginBottom => this._marginBottom;
设置 "margin-bottom" 的值
set marginBottom(String? value) { _marginBottom = value == null ? '' : value; }