HijriDatePickerSelectableDayPredicate typedef

HijriDatePickerSelectableDayPredicate = bool Function(HijriDateTime date)

Signature for predicating dates for enabled date selections.

SelectableDayPredicate parameter used to specify allowable days in the SfHijriDateRangePicker.

Implementation

typedef HijriDatePickerSelectableDayPredicate = bool Function(
    HijriDateTime date);