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