textEnd method
Aligns the text to the end (right, equivalent to text-end).
Implementation
Text textEnd() => _copyWithTextAlign(TextAlign.end);
Aligns the text to the end (right, equivalent to text-end).
Text textEnd() => _copyWithTextAlign(TextAlign.end);