textStart method
Aligns the text to the start (left, equivalent to text-start).
Implementation
Text textStart() => _copyWithTextAlign(TextAlign.start);
Aligns the text to the start (left, equivalent to text-start).
Text textStart() => _copyWithTextAlign(TextAlign.start);