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