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:
- SfDateRangePicker.cellBuilder, which matches this signature.
- SfDateRangePicker, which uses this signature in one of it's callback.
Implementation
typedef DateRangePickerCellBuilder =
Widget Function(
BuildContext context,
DateRangePickerCellDetails cellDetails,
);