CalenderMonthlyView constructor
const
CalenderMonthlyView({
- Key? key,
- ValueChanged<
DateTime> ? onDateSelected, - required Color themeColor,
- Color? selectedColor,
- Color? todayColor,
- DateTime? initialDate,
- Function? onDataChanged,
- double? borderRadius = 20,
- int cycleLength = defaultCycleLength,
- int periodLength = defaultPeriodDuration,
- bool isFromCalender = true,
- bool hideInfoView = false,
Implementation
const CalenderMonthlyView({
super.key,
this.onDateSelected,
required this.themeColor,
this.selectedColor,
this.todayColor,
this.initialDate,
this.onDataChanged,
this.borderRadius = 20,
this.cycleLength = defaultCycleLength,
this.periodLength = defaultPeriodDuration,
this.isFromCalender = true,
this.hideInfoView = false,
});