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