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