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