MonthCellBuilder typedef
MonthCellBuilder =
Widget Function(BuildContext context, MonthCellDetails details)
Signature for a function that creates a widget based on month cell details.
See also:
- SfCalendar.monthCellBuilder, which matches this signature.
- SfCalendar, which uses this signature in one of it's callback.
Implementation
typedef MonthCellBuilder = Widget Function(
BuildContext context, MonthCellDetails details);