font property

String font

Gets the value of "font"

Implementation

String get font => this._font;
void font= (String value)

Sets the value of "font"

Implementation

set font(String value) {
  _font = value == null ? '' : value;
}