textStart method

Text textStart()

Aligns the text to the start (left, equivalent to text-start).

Implementation

Text textStart() => _copyWithTextAlign(TextAlign.start);