helpers/show_checkbox_picker library

Functions

showMaterialCheckboxPicker({required BuildContext context, String? title, required List<String> items, List<String>? values, List<String>? selectedValues, Color? headerColor, Color? headerTextColor, Color? backgroundColor, Color? buttonTextColor, String? confirmText, String? cancelText, double? maxLongSide, double? maxShortSide, ValueChanged<List<String>>? onChanged, VoidCallback? onConfirmed, VoidCallback? onCancelled}) → void
Allows selection of many values from a checkbox list.