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