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< ? onChanged, VoidCallback? onConfirmed, VoidCallback? onCancelled}) → voidString> > - Allows selection of many values from a checkbox list.