DateRangePickerCellBuilder typedef

DateRangePickerCellBuilder = Widget Function(BuildContext context, DateRangePickerCellDetails cellDetails)

Signature for a function that creates a widget based on date range picker cell details.

See also:

Implementation

typedef DateRangePickerCellBuilder = Widget Function(
    BuildContext context, DateRangePickerCellDetails cellDetails);