onInput property

void Function(Event e)? onInput
final

Callback invoked when an input element's value changes synchronously (e.g. while typing).

Implementation

final void Function(Event e)? onInput;