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