brush property

Paint brush

Implementation

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