SelectableDayPredicate typedef

SelectableDayPredicate = bool Function(NepaliDateTime day)

Signature for predicating dates for enabled date selections.

Implementation

typedef SelectableDayPredicate = bool Function(NepaliDateTime day);