Gets the value of "font"
Source
String get font => this._font;
Sets the value of "font"
Source
set font(String value) { _font = value == null ? '' : value; }
Gets the value of "font"
String get font => this._font;
Sets the value of "font"
set font(String value) { _font = value == null ? '' : value; }