textInputActionSend method

AzTextFormField textInputActionSend()

Implementation

AzTextFormField textInputActionSend() {
  _textInputAction = TextInputAction.send;
  return this;
}