textInputActionNewline method

AzTextFormField textInputActionNewline()

Implementation

AzTextFormField textInputActionNewline() {
  _textInputAction = TextInputAction.newline;
  return this;
}