onChanged property

ValueChanged<T?> onChanged
final

Callback function when selection changes

Implementation

final ValueChanged<T?> onChanged;