DateRangePickerCellDetails constructor
DateRangePickerCellDetails({})
Constructor to store the details that needed on calendar cell builder.
Implementation
DateRangePickerCellDetails(
{required this.date, required this.bounds, required this.visibleDates});