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