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