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