AlignRightJustifyPainter constructor

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

Implementation

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