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