textJustify property

Text get textJustify

Justifies the text

Implementation

Text get textJustify => _copyWith(textAlign: TextAlign.justify);