textRight property

Text textRight

Align the text on the right edge of the container.

Implementation

Text get textRight => _copyWith(textAlign: TextAlign.right);