M3ESelectableDayPredicate typedef

M3ESelectableDayPredicate = bool Function(DateTime day)

Returns true when day can be selected in a single-date picker.

Implementation

typedef M3ESelectableDayPredicate = bool Function(DateTime day);