DownloadProgressWidget constructor
const
DownloadProgressWidget({
- Key? key,
- required Stream<
DownloadProgress> progressStream, - VoidCallback? onCancel,
- DownloadProgressStyle style = const DownloadProgressStyle(),
Implementation
const DownloadProgressWidget({
super.key,
required this.progressStream,
this.onCancel,
this.style = const DownloadProgressStyle(),
});