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. Key? key,
})

Implementation

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