ArnaSelectableDayPredicate typedef

ArnaSelectableDayPredicate = bool Function(DateTime day)

Signature for predicating dates for enabled date selections.

See showArnaDatePicker, which has an ArnaSelectableDayPredicate parameter used to specify allowable days in the date picker.

Implementation

typedef ArnaSelectableDayPredicate = bool Function(DateTime day);