CometChatTextBubble constructor
const
CometChatTextBubble({
- Key? key,
- String? text,
- TextBubbleStyle style = const TextBubbleStyle(),
- CometChatTheme? theme,
- BubbleAlignment? alignment,
- List<
CometChatTextFormatter> ? formatters,
Implementation
const CometChatTextBubble({
super.key,
this.text,
this.style = const TextBubbleStyle(),
this.theme,
this.alignment,
this.formatters,
});