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