textInputActionDone method

AzTextFormField textInputActionDone()

Implementation

AzTextFormField textInputActionDone() {
  _textInputAction = TextInputAction.done;
  return this;
}