WidgetCbMonthWeek typedef

WidgetCbMonthWeek = Widget Function(int index, String weeks, double weekHeight, double weekWidth)

Month week builder

Implementation

typedef WidgetCbMonthWeek = Widget Function(
  int index,
  String weeks,
  double weekHeight,
  double weekWidth,
);