ChatUIKitDownloadsHelperWidget constructor
const
ChatUIKitDownloadsHelperWidget({
- required Message message,
- ChatUIKitDownloadBuilder? builder,
- ChatUIKitDownloadController? controller,
- ChatUIKitDownloadResult? onDownloadResult,
- Key? key,
Implementation
const ChatUIKitDownloadsHelperWidget({
required this.message,
this.builder,
this.controller,
this.onDownloadResult,
super.key,
});