NiceDownloadLink constructor
const
NiceDownloadLink({
- Key? key,
- required String filename,
- String? size,
- IconData? icon,
- VoidCallback? onDownload,
- NiceDownloadStatus status = NiceDownloadStatus.ready,
Implementation
const NiceDownloadLink({
super.key,
required this.filename,
this.size,
this.icon,
this.onDownload,
this.status = NiceDownloadStatus.ready,
});