textJustify property
TextModifier
get
textJustify
Justifies text alignment.
Implementation
TextModifier get textJustify => WrappedText(
textAlign: (context, theme) => TextAlign.justify,
child: this,
);