brush property

Brush brush

Implementation

Brush get brush => _brush;
void brush=(Brush newValue)

Implementation

set brush(Brush newValue) {
  _brush = newValue;
  _controller.update();
}