textJustify property

TextModifier get textJustify

Implementation

TextModifier get textJustify => WrappedText(
      textAlign: (context, theme) => TextAlign.justify,
      child: this,
    );