selectedYearPredicate property

bool Function(DateTime day)? selectedYearPredicate
final

Function deciding whether given day should be marked as selected.

Implementation

final bool Function(DateTime day)? selectedYearPredicate;