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