textInputActionGo method

AzTextFormField textInputActionGo()

Implementation

AzTextFormField textInputActionGo() {
  _textInputAction = TextInputAction.go;
  return this;
}