onInput property

ValueChanged<T>? onInput
final

Callback for the 'input' event. The type of value depends on type.

Implementation

final ValueChanged<T>? onInput;