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