onTextInput property

EventStream<TextEvent> onTextInput

Dispatched when a user enters one or more characters of text.

Implementation

EventStream<TextEvent> get onTextInput =>
    InteractiveObject.textInputEvent.forTarget(this);