font property

Implementation

FontBuilder get font => _$this._font ??= new FontBuilder();
void font=(FontBuilder? font)

Implementation

set font(FontBuilder? font) => _$this._font = font;