DownloaderWidget constructor

const DownloaderWidget({
  1. Key? key,
  2. required String url,
  3. required String path,
})

Implementation

const DownloaderWidget({super.key, required this.url, required this.path});