textInputActionEmergencyCall method
Implementation
AzTextFormField textInputActionEmergencyCall() {
_textInputAction = TextInputAction.emergencyCall;
return this;
}
AzTextFormField textInputActionEmergencyCall() {
_textInputAction = TextInputAction.emergencyCall;
return this;
}