Sends regular text input to the underlying program.
See also:
void textInput(String text) { if (_isDisposed) return; if (_modes._keyboardActionMode) return; onOutput?.call(text); }