textJustify property

Text textJustify

Lines that end with hard line breaks are aligned towards the start edge.

Implementation

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