ResourceListScreen constructor
const
ResourceListScreen({
- required ResourceListProvider provider,
- PanelBodyBuilder? stateBuilder,
- FilamentStrings strings = const FilamentStrings(),
- void onRecordTap(
- ResourceRecord record
- VoidCallback? onCreateTap,
- Key? key,
Implementation
const ResourceListScreen({
required this.provider,
this.stateBuilder,
this.strings = const FilamentStrings(),
this.onRecordTap,
this.onCreateTap,
super.key,
});