CustomCalendarView constructor
const
CustomCalendarView({})
Implementation
const CustomCalendarView(
{Key? key,
this.initialStartDate,
this.initialEndDate,
this.startEndDateChange,
this.minimumDate,
this.maximumDate})
: super(key: key);