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