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. double? maxContentWidth,
  8. FilamentWidgetRegistry? widgetRegistry,
  9. FilamentEventTransport? eventTransport,
  10. 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,
});