textEnd property

Text get textEnd

Whether and how to align text horizontally

Align the text end edge of the container

Implementation

Text get textEnd => _copyWith(textAlign: TextAlign.end);