DayTextStylePredicate typedef

DayTextStylePredicate = TextStyle? Function({required DateTime date})

Predicate to determine the text style for a day.

Implementation

typedef DayTextStylePredicate = TextStyle? Function({
  required DateTime date,
});