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