ui/widget_slots library
Classes
- DashboardWidgetScope
- FilamentWidgetRegistry
- Ordered registry of application-owned widgets inserted into named slots.
- FilamentWidgetScope
- Screen-specific data supplied to a FilamentWidgetBuilder.
- PanelIndexWidgetScope
- RelationListWidgetScope
- ResourceFormWidgetScope
- ResourceListWidgetScope
- ResourceViewWidgetScope
Enums
- FilamentWidgetSlot
- Stable locations where an application can insert its own Flutter widgets.
Typedefs
- FilamentWidgetBuilder = Widget? Function(BuildContext context, FilamentWidgetScope scope)
- Builds an application-owned widget for a package-owned screen.