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