MephistoWeekCalendar constructor
const
MephistoWeekCalendar({ - Key? key,
- bool? isRangeSelectionCalendar = false,
- Color? color,
- int? calendarFormat = 0,
- Function? onEventTap,
- Function? onSelect,
- Function? onRangeSelect,
- DateTime? initialDate,
- DateTime? startDate,
- 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});