textLeft property
Text
get
textLeft
Aligns the text to the left edge of the container
Implementation
Text get textLeft => _copyWith(textAlign: TextAlign.left);
Aligns the text to the left edge of the container
Text get textLeft => _copyWith(textAlign: TextAlign.left);