menu
cupertino_lists_enhanced package
documentation
multi_selection.dart
CupertinoMultiSelection<T>
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
ValueChanged
<
Set
<
T?
>
>
?
onChanged
final
Called every time the user selects or deselects an item.
Implementation
final ValueChanged<Set<T?>>? onChanged;
cupertino_lists_enhanced package
documentation
multi_selection
CupertinoMultiSelection<T>
onChanged property
CupertinoMultiSelection class