TMultiDownloaderDialog constructor
const
TMultiDownloaderDialog({})
Implementation
const TMultiDownloaderDialog({
super.key,
required this.manager,
required this.urls,
this.onError,
this.onSuccess,
this.title = const Text('Downloader'),
});