dotPaint2 property Null safety

Paint dotPaint2
final

Implementation

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