shouldSubmit method
Implementation
bool shouldSubmit() {
return this == XTextInputAction.done ||
this == XTextInputAction.go ||
this == XTextInputAction.search ||
this == XTextInputAction.send;
}
bool shouldSubmit() {
return this == XTextInputAction.done ||
this == XTextInputAction.go ||
this == XTextInputAction.search ||
this == XTextInputAction.send;
}