CometChatFileBubble constructor

const CometChatFileBubble({
  1. Key? key,
  2. FileBubbleStyle style = const FileBubbleStyle(),
  3. String? title,
  4. String? subtitle,
  5. String? fileUrl,
  6. String? fileMimeType,
  7. int? id,
  8. Icon? downloadIcon,
  9. CometChatTheme? theme,
})

Implementation

const CometChatFileBubble(
    {super.key,
    this.style = const FileBubbleStyle(),
    this.title,
    this.subtitle,
    this.fileUrl,
    this.fileMimeType,
    this.id,
    this.downloadIcon,
    this.theme});