onPickedChange property

dynamic Function(List<String>) onPickedChange
final

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

Implementation

final Function(List<String>) onPickedChange;