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
- Key? key,
Implementation
const ResourceViewScreen({
required this.provider,
this.registry,
this.stateBuilder,
this.strings = const FilamentStrings(),
this.onEditTap,
this.onSeeAllTap,
super.key,
});