dotPaint1 property Null safety

Paint dotPaint1
final

Implementation

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