CometChatGroupActionBubble constructor
const
CometChatGroupActionBubble({
- Key? key,
- String? message,
- required String? text,
- GroupActionBubbleStyle style = const GroupActionBubbleStyle(),
- Widget? leadingIcon,
- CometChatTheme? theme,
Implementation
const CometChatGroupActionBubble(
{super.key,
this.message,
required this.text,
this.style = const GroupActionBubbleStyle(),
this.leadingIcon,
this.theme});