HijriDateRange constructor
const
HijriDateRange(
- HijriDateTime? startDate,
- HijriDateTime? endDate
Creates a picker date range with the given start and end date.
Implementation
const HijriDateRange(this.startDate, this.endDate);