selectableDayPredicate property
Predicate to determine which days are selectable.
Defaults to allowing all future days if selectableFutureOnly is true
.
Implementation
final bool Function(DateTime date)? selectableDayPredicate;
Predicate to determine which days are selectable.
Defaults to allowing all future days if selectableFutureOnly is true
.
final bool Function(DateTime date)? selectableDayPredicate;