TableWeeklyCalendarHeaderBuilder typedef

  1. @Deprecated('Use the v2 calendar header builder instead.')
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

@Deprecated('Use the v2 calendar header builder instead.')
typedef TableWeeklyCalendarHeaderBuilder = Widget Function(
    BuildContext context,
    DateTime currentDate,
    VoidCallback onPreviousMonth,
    VoidCallback onNextMonth);