textJustify property
Text
get
textJustify
Justifies the text
Implementation
Text get textJustify => _copyWith(textAlign: TextAlign.justify);
Justifies the text
Text get textJustify => _copyWith(textAlign: TextAlign.justify);