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