selectableDayPredicate property

bool Function(DateTime date)? selectableDayPredicate
final

Predicate to determine which days are selectable.

Defaults to allowing all future days if selectableFutureOnly is true.

Implementation

final bool Function(DateTime date)? selectableDayPredicate;