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