MessageTranslationBubble constructor

const MessageTranslationBubble({
  1. Key? key,
  2. String translatedText = "",
  3. CometChatTheme? theme,
  4. required BubbleAlignment alignment,
  5. Widget? child,
  6. MessageTranslationBubbleStyle? style,
})

Implementation

const MessageTranslationBubble(
    {super.key,
    this.translatedText = "",
    this.theme,
    required this.alignment,
    this.child,
    this.style});