ScheduleViewMonthHeaderBuilder typedef

ScheduleViewMonthHeaderBuilder = Widget Function(BuildContext context, ScheduleViewMonthHeaderDetails details)

Signature for a function that creates a widget based on month header details.

See also:

Implementation

typedef ScheduleViewMonthHeaderBuilder =
    Widget Function(
      BuildContext context,
      ScheduleViewMonthHeaderDetails details,
    );