textStart property

Text textStart

Align the text start edge of the container

Implementation

Text get textStart => _copyWith(textAlign: TextAlign.start);