SelectableMonthPredicate typedef

SelectableMonthPredicate = bool Function(int year, int month)

Predicate to determine whether a month should be selectable.

Implementation

typedef SelectableMonthPredicate = bool Function(int year, int month);