ResourceViewHeaderBuilder typedef
ResourceViewHeaderBuilder =
Widget Function(BuildContext context, ResourceViewHeaderDetails details)
Signature for a function that creates a widget based on resource header details.
See also:
- SfCalendar.resourceViewHeaderBuilder, which matches this signature.
- SfCalendar, which uses this signature in one of it's callback.
Implementation
typedef ResourceViewHeaderBuilder = Widget Function(
BuildContext context, ResourceViewHeaderDetails details);