onMultipleChanged property

ValueChanged<Set<T>>? onMultipleChanged
final

The callback that is called when the values of the ShadSelect changes. Called only the variant is ShadSelect.multiple.

Implementation

final ValueChanged<Set<T>>? onMultipleChanged;