ResourceListScreen constructor
const
ResourceListScreen({
- required ResourceListProvider provider,
- PanelBodyBuilder? stateBuilder,
- FilamentStrings strings = const FilamentStrings(),
- void onRecordTap(
- ResourceRecord record
- VoidCallback? onCreateTap,
- ListRowStyle? rowStyle,
- Object? selectedRecordId,
- FilamentWidgetRegistry? widgetRegistry,
- FilamentEventTransport? eventTransport,
- 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,
});