brush property
Paint
get
brush
Implementation
Paint get brush => Paint()
..color = _color
..strokeWidth = _strokeWidth * _strokeMultiplier
..style = shouldFill ? PaintingStyle.fill : PaintingStyle.stroke;