setTextInput method

void setTextInput(
  1. Future<bool> function(
    1. EventTextManager,
    2. Node
    )
)

Implementation

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