selectedDayPredicate property

bool Function(DateTime day)? selectedDayPredicate
final

Function deciding whether given day should be marked as selected.

Implementation

final bool Function(DateTime day)? selectedDayPredicate;