TableWeeklyCalendarHeaderBuilder typedef
TableWeeklyCalendarHeaderBuilder =
Widget Function(BuildContext context, DateTime currentDate, VoidCallback onPreviousMonth, VoidCallback onNextMonth)
A builder function type for creating a custom header widget for the weekly calendar.
Implementation
typedef TableWeeklyCalendarHeaderBuilder = Widget Function(
BuildContext context,
DateTime currentDate,
VoidCallback onPreviousMonth,
VoidCallback onNextMonth);