ResourceListScreen constructor

const ResourceListScreen({
  1. required ResourceListProvider provider,
  2. PanelBodyBuilder? stateBuilder,
  3. FilamentStrings strings = const FilamentStrings(),
  4. void onRecordTap(
    1. ResourceRecord record
    )?,
  5. VoidCallback? onCreateTap,
  6. ListRowStyle? rowStyle,
  7. Object? selectedRecordId,
  8. FilamentWidgetRegistry? widgetRegistry,
  9. FilamentEventTransport? eventTransport,
  10. Key? key,
})

Implementation

const ResourceListScreen({
  required this.provider,
  this.stateBuilder,
  this.strings = const FilamentStrings(),
  this.onRecordTap,
  this.onCreateTap,
  this.rowStyle,
  this.selectedRecordId,
  this.widgetRegistry,
  this.eventTransport,
  super.key,
});