textStart property
Text
get
textStart
Aligns the text to the start edge of the container (depends on text direction)
Implementation
Text get textStart => _copyWith(textAlign: TextAlign.start);
Aligns the text to the start edge of the container (depends on text direction)
Text get textStart => _copyWith(textAlign: TextAlign.start);