textInputActionRoute method

AzTextFormField textInputActionRoute()

Implementation

AzTextFormField textInputActionRoute() {
  _textInputAction = TextInputAction.route;
  return this;
}