onChange property

ValueChanged<Set<T>>? onChange
final

The callback that is called when the value changes.

Implementation

final ValueChanged<Set<T>>? onChange;