setTextInput method
Implementation
void setTextInput(Future<bool> Function(EventTextManager, ui.Node) function) {
list['onTextInput'] = function;
}
void setTextInput(Future<bool> Function(EventTextManager, ui.Node) function) {
list['onTextInput'] = function;
}