ResourceViewScreen constructor
const
ResourceViewScreen({
- required ResourceViewProvider provider,
- EntryRegistry? registry,
- PanelBodyBuilder? stateBuilder,
- FilamentStrings strings = const FilamentStrings(),
- void onEditTap(
- ResourceRecord record
- void onSeeAllTap(
- RelationDescriptor relation,
- Object recordId
- double? maxContentWidth,
- FilamentWidgetRegistry? widgetRegistry,
- FilamentEventTransport? eventTransport,
- Key? key,
Implementation
const ResourceViewScreen({
required this.provider,
this.registry,
this.stateBuilder,
this.strings = const FilamentStrings(),
this.onEditTap,
this.onSeeAllTap,
this.maxContentWidth,
this.widgetRegistry,
this.eventTransport,
super.key,
});