ui/widget_slots library

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.