textInputActionNone method

AzTextFormField textInputActionNone()

Implementation

AzTextFormField textInputActionNone() {
  _textInputAction = TextInputAction.none;
  return this;
}