onPickedChange property

(dynamic Function(List<T>)?) onPickedChange
final

A callback when user selects or deselects an item. Always returns the currently picked items.

Implementation

final Function(List<T>)? onPickedChange;