ResourceViewScreen constructor

const ResourceViewScreen({
  1. required ResourceViewProvider provider,
  2. EntryRegistry? registry,
  3. PanelBodyBuilder? stateBuilder,
  4. FilamentStrings strings = const FilamentStrings(),
  5. void onEditTap(
    1. ResourceRecord record
    )?,
  6. void onSeeAllTap(
    1. RelationDescriptor relation,
    2. Object recordId
    )?,
  7. Key? key,
})

Implementation

const ResourceViewScreen({
  required this.provider,
  this.registry,
  this.stateBuilder,
  this.strings = const FilamentStrings(),
  this.onEditTap,
  this.onSeeAllTap,
  super.key,
});