linePaint property Null safety
final
Implementation
final Paint linePaint = Paint()
..color = const Color.fromARGB(255, 38, 166, 154)
..style = PaintingStyle.stroke
..strokeWidth = 2;
final Paint linePaint = Paint()
..color = const Color.fromARGB(255, 38, 166, 154)
..style = PaintingStyle.stroke
..strokeWidth = 2;