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