dotPaint3 property Null safety

Paint dotPaint3
final

Implementation

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