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