lineDotPaint property Null safety

Paint lineDotPaint
final

Implementation

final Paint lineDotPaint = Paint()
  ..color = const Color.fromARGB(255, 38, 166, 154)
  ..style = PaintingStyle.fill
  ..strokeWidth = 3;