HijriDateRange constructor

const HijriDateRange(
  1. HijriDateTime? startDate,
  2. HijriDateTime? endDate
)

Creates a picker date range with the given start and end date.

Implementation

const HijriDateRange(this.startDate, this.endDate);