WidgetCbMonthButton typedef
WidgetCbMonthButton =
Widget Function(DateTime dateTime, double childHeight, double childWidth, bool isSelected, bool isDisabled, bool hasEvent, bool isHighlighted, bool isCurrentDate)
Month button builder
Implementation
typedef WidgetCbMonthButton = Widget Function(
DateTime dateTime,
double childHeight,
double childWidth,
bool isSelected,
bool isDisabled,
bool hasEvent,
bool isHighlighted,
bool isCurrentDate);