MessageTranslationBubble constructor
const
MessageTranslationBubble({
- Key? key,
- String translatedText = "",
- CometChatTheme? theme,
- required BubbleAlignment alignment,
- Widget? child,
- MessageTranslationBubbleStyle? style,
Implementation
const MessageTranslationBubble(
{super.key,
this.translatedText = "",
this.theme,
required this.alignment,
this.child,
this.style});