PanelShell constructor
const
PanelShell({
- required ResourceDataSource source,
- required PanelProvider panelProvider,
- FilamentStrings strings = const FilamentStrings(),
- EntryRegistry? registry,
- FieldRegistry? fieldRegistry,
- FilamentWidgetRegistry? widgetRegistry,
- FilamentEventTransport? eventTransport,
- FilamentFilePicker? filePicker,
- DashboardChartBuilder? chartBuilder,
- IconData iconFor(
- ResourceSchema resource
- VoidCallback? onLogout,
- void onLinkTap(
- String href
- FilamentBreakpoints breakpoints = const FilamentBreakpoints(),
- Key? key,
Implementation
const PanelShell({
required this.source,
required this.panelProvider,
this.strings = const FilamentStrings(),
this.registry,
this.fieldRegistry,
this.widgetRegistry,
this.eventTransport,
this.filePicker,
this.chartBuilder,
this.iconFor,
this.onLogout,
this.onLinkTap,
this.breakpoints = const FilamentBreakpoints(),
super.key,
});