CometChatFileBubble constructor
const
CometChatFileBubble({
- Key? key,
- FileBubbleStyle style = const FileBubbleStyle(),
- String? title,
- String? subtitle,
- String? fileUrl,
- String? fileMimeType,
- int? id,
- Icon? downloadIcon,
- 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});