brush property
      
      Brush
      get
      brush
      
    
    
    
Implementation
Brush get brush => _brush;
      
      set
      brush
      (Brush newValue) 
      
    
    
    
Implementation
set brush(Brush newValue) {
  _brush = newValue;
  _controller?.update();
}