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