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