CometChatMessageBubble constructor
const
CometChatMessageBubble({
- Key? key,
- MessageBubbleStyle style = const MessageBubbleStyle(),
- BubbleAlignment? alignment,
- Widget? contentView,
- Widget? headerView,
- Widget? leadingView,
- Widget? replyView,
- Widget? threadView,
- Widget? bottomView,
- Widget? statusInfoView,
Implementation
const CometChatMessageBubble(
{super.key,
this.style = const MessageBubbleStyle(),
this.alignment,
this.contentView,
this.footerView,
this.headerView,
this.leadingView,
this.replyView,
this.threadView,
this.bottomView,
this.statusInfoView});