PersianSelectableDayPredicate typedef

PersianSelectableDayPredicate = bool Function(Jalali day)

Signature for predicating dates for enabled date selections.

See showDatePicker, which has a PersianSelectableDayPredicate parameter used to specify allowable days in the date picker.

Implementation

typedef PersianSelectableDayPredicate = bool Function(Jalali day);