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