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