textInputActionUnspecified method
Implementation
AzTextFormField textInputActionUnspecified() {
_textInputAction = TextInputAction.unspecified;
return this;
}
AzTextFormField textInputActionUnspecified() {
_textInputAction = TextInputAction.unspecified;
return this;
}