paint property

Paint paint

Implementation

Paint get paint => Paint()
  ..color = color
  ..strokeWidth = strokeWidth
  ..style = shouldFill ? PaintingStyle.fill : PaintingStyle.stroke;