DayOfWeekBuilder typedef

DayOfWeekBuilder = Widget Function(String dayOfWeek, bool isWeekEnd)

Signature for a function that builds a widget for the day of the week calendarCell.

Implementation

typedef DayOfWeekBuilder = Widget Function(
  String dayOfWeek,
  bool isWeekEnd,
);