DownloadUrlWidget constructor
const
DownloadUrlWidget({
- Key? key,
- required Widget builder(
- BuildContext context,
- DownloadWidgetController controller,
- DownloadWidgetState state,
- double? progress,
- Object? error,
- DownloadRequest? request,
- required String url,
- String? path,
- DownloadWidgetController? controller,
- DownloadManager? manager,
Implementation
const DownloadUrlWidget(
{super.key,
required this.builder,
required this.url,
this.path,
this.controller,
this.manager})
: super();