textInput abstract method

bool textInput(
  1. String text
)

Route text input to the focused node. Returns true if the input was handled.

Implementation

bool textInput(String text);