CheckboxPickerDialog constructor
CheckboxPickerDialog({})
Implementation
CheckboxPickerDialog({
this.title,
required this.items,
required this.values,
required this.initialValues,
this.headerColor,
this.headerTextColor,
this.backgroundColor,
this.buttonTextColor,
this.maxLongSide,
this.maxShortSide,
this.confirmText,
this.cancelText,
});