PlanePainter constructor
const
PlanePainter({
- Listenable? repaint,
- required Color color,
Implementation
const PlanePainter({
super.repaint,
required this.color,
});