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