redPaint top-level property

Paint redPaint
final

Implementation

final redPaint = Paint()
  ..color = Colors.orange
  ..style = PaintingStyle.fill;