MonthCellBuilder typedef
- BuildContext context,
- MonthCellDetails details
Signature for a function that creates a widget based on month cell details.
Implementation
typedef MonthCellBuilder = Widget Function(
BuildContext context, MonthCellDetails details);