textRight property
Text
get
textRight
Aligns the text to the right edge of the container
Implementation
Text get textRight => _copyWith(textAlign: TextAlign.right);
Aligns the text to the right edge of the container
Text get textRight => _copyWith(textAlign: TextAlign.right);