UDownloadButton constructor
const
UDownloadButton({
- required UDownloadRequest request,
- Key? key,
- UDownloadManager? manager,
- double size = 44,
- void onCompleted(
- UDownloadTask task
Implementation
const UDownloadButton({
required this.request,
super.key,
this.manager,
this.size = 44,
this.onCompleted,
});