textEnd method

AzTextFormField textEnd()

Implementation

AzTextFormField textEnd() {
  _textAlign = TextAlign.end;
  return this;
}