onChangedMulti property

ValueChanged<List<T>>? onChangedMulti
final

Called when the user selects items from the picker (multi-selection).

Implementation

final ValueChanged<List<T>>? onChangedMulti;