PodFileList constructor
- Key? key,
- required List<
PodFileItem> items, - void onDirectoryTap(
- PodFileItem item
- void onFileTap(
- PodFileItem item
- void onDelete(
- PodFileItem item
- void onDownload(
- PodFileItem item
- bool showDelete = true,
- bool canDelete(
- PodFileItem item
- String? selectedFilePath,
Implementation
const PodFileList({
super.key,
required this.items,
this.onDirectoryTap,
this.onFileTap,
this.onDelete,
this.onDownload,
this.showDelete = true,
this.canDelete,
this.selectedFilePath,
});