CustomWeekPickerDialog constructor
CustomWeekPickerDialog({})
Creates a CustomWeekPickerDialog with the provided context, primaryColor, secondaryColor, startDate, endDate, and onConfirm callback.
Implementation
CustomWeekPickerDialog({
required this.context,
required this.primaryColor,
required this.secondaryColor,
required this.startDate,
required this.endDate,
required this.onConfirm,
});