RelationListScreen constructor

const RelationListScreen({
  1. required RelationListProvider provider,
  2. ResourceSchema? childResource,
  3. PanelBodyBuilder? stateBuilder,
  4. FilamentStrings strings = const FilamentStrings(),
  5. void onRecordTap(
    1. ResourceRecord record
    )?,
  6. FilamentFilePicker? filePicker,
  7. Key? key,
})

Implementation

const RelationListScreen({
  required this.provider,
  this.childResource,
  this.stateBuilder,
  this.strings = const FilamentStrings(),
  this.onRecordTap,
  this.filePicker,
  super.key,
});