selectableDayPredicate property

bool Function(DateTime day)? selectableDayPredicate
final

A function that determines whether a day is selectable.

Implementation

final bool Function(DateTime day)? selectableDayPredicate;