CometChatMessageBubble constructor

const CometChatMessageBubble({
  1. Key? key,
  2. MessageBubbleStyle style = const MessageBubbleStyle(),
  3. BubbleAlignment? alignment,
  4. Widget? contentView,
  5. Widget? footerView,
  6. Widget? headerView,
  7. Widget? leadingView,
  8. Widget? replyView,
  9. Widget? threadView,
  10. Widget? bottomView,
  11. 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});