FileListTileContent constructor
- Key? key,
- required PodFileItem item,
- bool isSelected = false,
- VoidCallback? onTap,
- VoidCallback? onDelete,
- VoidCallback? onDownload,
Implementation
const FileListTileContent({
super.key,
required this.item,
this.isSelected = false,
this.onTap,
this.onDelete,
this.onDownload,
});