trackedBrush property

Brush get trackedBrush

Implementation

Brush get trackedBrush => _trackedBrush;
set trackedBrush (Brush newValue)

Implementation

set trackedBrush(Brush newValue) {
  _trackedBrush = newValue;
  _controller.update();
}