disableDays property
Implementation
final ValueNotifier<Set<DateTime>> disableDays = ValueNotifier(
LinkedHashSet<DateTime>(
equals: isSameDay,
hashCode: getHashCode,
),
);
final ValueNotifier<Set<DateTime>> disableDays = ValueNotifier(
LinkedHashSet<DateTime>(
equals: isSameDay,
hashCode: getHashCode,
),
);