textJustify method

TextBuilder textJustify()

Implementation

TextBuilder textJustify() => TextBuilder(data ?? '').textAlign(TextAlign.justify);