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