pointPaint property
latefinal
      The paint to use on the individually plotted points.
Implementation
late final pointPaint = Paint()
  ..color = pointColor
  ..strokeWidth = 3.0
  ..style = PaintingStyle.fill;
The paint to use on the individually plotted points.
late final pointPaint = Paint()
  ..color = pointColor
  ..strokeWidth = 3.0
  ..style = PaintingStyle.fill;