onChange property

(void Function(U? item)?) onChange
final

Callback to update item state.

Implementation

final void Function(U? item)? onChange;