MonthCellBuilder typedef

MonthCellBuilder = Widget Function(BuildContext context, MonthCellDetails details)

Signature for a function that creates a widget based on month cell details.

See also:

Implementation

typedef MonthCellBuilder = Widget Function(
    BuildContext context, MonthCellDetails details);