textRight method

AzTextFormField textRight()

Implementation

AzTextFormField textRight() {
  _textAlign = TextAlign.right;
  return this;
}