textEnd property

Text textEnd

Align the text end edge of the container

Implementation

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