onChange property

ValueChanged<T>? onChange
final

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

Implementation

final ValueChanged<T>? onChange;