WeidgetCbMonthHeader typedef

WeidgetCbMonthHeader = Widget Function(String month, double headerHeight, double headerWidth, double paddingLeft)

Month Header builder

Implementation

typedef WeidgetCbMonthHeader = Widget Function(
  String month,
  double headerHeight,
  double headerWidth,
  double paddingLeft,
);