CustomCalendar constructor
const
CustomCalendar({})
Implementation
const CustomCalendar({
Key? key,
this.initialStartDate,
this.initialEndDate,
this.startEndDateChange,
this.minimumDate,
this.maximumDate,
required this.primaryColor,
this.currentMonthDateColor = const Color(0xFF1F2937),
this.rangeStripColor = const Color(0xFF3B82F6),
}) : super(key: key);