HijriDateRangePickerCellBuilder typedef
HijriDateRangePickerCellBuilder =
Widget Function(BuildContext context, HijriDateRangePickerCellDetails cellDetails)
Signature for a function that creates a widget based on date range picker cell details.
See also:
- SfHijriDateRangePicker.cellBuilder, which matches this signature.
- SfHijriDateRangePicker, which uses this signature in one of it's callback.
Implementation
typedef HijriDateRangePickerCellBuilder = Widget Function(
BuildContext context, HijriDateRangePickerCellDetails cellDetails);