textLeft property

Text textLeft

Whether and how to align text horizontally

Align the text on the left edge of the container.

Implementation

Text get textLeft => _copyWith(textAlign: TextAlign.left);