helpers/show_checkbox_picker library

Functions

showMaterialCheckboxPicker<T>({required BuildContext context, String? title, required List<T> items, List<T>? selectedItems, Color? headerColor, Color? headerTextColor, Color? backgroundColor, Color? buttonTextColor, String? confirmText, bool cancellable = true, String? cancelText, double? maxLongSide, double? maxShortSide, ValueChanged<List<T>>? onChanged, ValueChanged<List<T>>? onSelectionChanged, SelectAllConfig? selectAllConfig, VoidCallback? onConfirmed, VoidCallback? onCancelled, Transformer<T>? transformer}) Future<List<T>?>
Allows selection of many values from a checkbox list.