font property
      
      FontBuilder
      get
      font
      
    
    
    
Implementation
FontBuilder get font => _$this._font ??= new FontBuilder();
      
      set
      font
      (FontBuilder? font) 
      
    
    
    
Implementation
set font(FontBuilder? font) => _$this._font = font;