HttpDownloaderWidget constructor
const
HttpDownloaderWidget({})
Implementation
const HttpDownloaderWidget({
super.key,
required this.url,
required this.path,
required this.fileName,
this.startDownloadWidget,
this.downloadingWidget,
this.downloadedWidget,
});