dotPaint1 property Null safety
final
Implementation
final Paint dotPaint1 = Paint()
..color = Colors.red
..style = PaintingStyle.fill
..strokeWidth = 4;
final Paint dotPaint1 = Paint()
..color = Colors.red
..style = PaintingStyle.fill
..strokeWidth = 4;