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