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