textJustify method

AzTextFormField textJustify()

Implementation

AzTextFormField textJustify() {
  _textAlign = TextAlign.justify;
  return this;
}