textInputActionNext method

AzTextFormField textInputActionNext()

Implementation

AzTextFormField textInputActionNext() {
  _textInputAction = TextInputAction.next;
  return this;
}