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