SelectableDayPredicate typedef
SelectableDayPredicate =
bool Function(NepaliDateTime day)
Signature for a function that creates a widget for a given date.
Implementation
typedef SelectableDayPredicate = bool Function(NepaliDateTime day);