right property

Text get right

Aligns this Text to the right.

Implementation

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