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