textLeft property

Text textLeft

Align the text on the left edge of the container.

Implementation

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