pointPaint property

Paint pointPaint
latefinal

The paint to use on the individually plotted points.

Implementation

late final pointPaint = Paint()
  ..color = pointColor
  ..strokeWidth = 3.0
  ..style = PaintingStyle.fill;