CustomChatBubble constructor

const CustomChatBubble(
  1. Widget child,
  2. String messageId,
  3. String? currentSpeakingMessageId,
  4. void onPlayBtnPressed(), {
  5. Key? key,
})

Implementation

const CustomChatBubble(this.child, this.messageId,
    this.currentSpeakingMessageId, this.onPlayBtnPressed,
    {super.key});