textEnd method

Text textEnd()

Aligns the text to the end (right, equivalent to text-end).

Implementation

Text textEnd() => _copyWithTextAlign(TextAlign.end);