PanelIndexScreen constructor
const
PanelIndexScreen({
- required PanelProvider provider,
- required void onResourceTap(
- ResourceSchema resource
- Widget? leading(
- ResourceSchema resource
- FilamentWidgetRegistry? widgetRegistry,
- PanelBodyBuilder? stateBuilder,
- FilamentStrings strings = const FilamentStrings(),
- Key? key,
Implementation
const PanelIndexScreen({
required this.provider,
required this.onResourceTap,
this.leading,
this.widgetRegistry,
this.stateBuilder,
this.strings = const FilamentStrings(),
super.key,
});