AlignLetterRightPainter constructor

const AlignLetterRightPainter({
  1. Listenable? repaint,
  2. required Color color,
})

Implementation

const AlignLetterRightPainter({
  super.repaint,
  required this.color,
});