MephistoWeekCalendar constructor

const MephistoWeekCalendar({
  1. Key? key,
  2. bool? showHeader = true,
  3. bool? isRangeSelectionCalendar = false,
  4. Color? color,
  5. int? calendarFormat = 0,
  6. Function? onEventTap,
  7. Function? onSelect,
  8. Function? onRangeSelect,
  9. DateTime? initialDate,
  10. DateTime? startDate,
  11. DateTime? endDate,
})

Implementation

const MephistoWeekCalendar(
    {super.key,
    this.showHeader = true,
    this.isRangeSelectionCalendar = false,
    this.color,
    this.calendarFormat = 0,
    this.onEventTap,
    this.onSelect,
    this.onRangeSelect,
    this.initialDate,
    this.startDate,
    this.endDate});