SelectableDayPredicate typedef

SelectableDayPredicate = bool Function(DateTime day)

Predicate to determine whether a day should be selectable.

Implementation

typedef SelectableDayPredicate = bool Function(DateTime day);