CloudFile constructor
const
CloudFile({
- Key? key,
- required CloudMediaItem media,
- VoidCallback? onDownload,
Implementation
const CloudFile({
super.key,
required this.media,
this.onDownload,
this.onShare,
});