ChatUIKitDownloadsHelperWidget constructor

const ChatUIKitDownloadsHelperWidget({
  1. required Message message,
  2. ChatUIKitDownloadBuilder? builder,
  3. ChatUIKitDownloadController? controller,
  4. ChatUIKitDownloadResult? onDownloadResult,
  5. Key? key,
})

Implementation

const ChatUIKitDownloadsHelperWidget({
  required this.message,
  this.builder,
  this.controller,
  this.onDownloadResult,
  super.key,
});