menu
multi_select_flutter package
documentation
bottom_sheet/multi_select_bottom_sheet_field.dart
MultiSelectBottomSheetField<V>
onSelectionChanged property
onSelectionChanged property
dark_mode
light_mode
onSelectionChanged
property
void Function
(
List
<
V
>
)
?
onSelectionChanged
final
Fires when the an item is selected / unselected.
Implementation
final void Function(List<V>)? onSelectionChanged;
multi_select_flutter package
documentation
bottom_sheet/multi_select_bottom_sheet_field
MultiSelectBottomSheetField<V>
onSelectionChanged property
MultiSelectBottomSheetField class