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