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