trackedBrush property

Brush trackedBrush

Implementation

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

Implementation

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