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