PodFilePreview constructor
- Key? key,
- required PodFileItem file,
- VoidCallback? onClose,
- bool showHeader = true,
Implementation
const PodFilePreview({
super.key,
required this.file,
this.onClose,
this.showHeader = true,
});
const PodFilePreview({
super.key,
required this.file,
this.onClose,
this.showHeader = true,
});