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