CometChatGroupActionBubble constructor

const CometChatGroupActionBubble({
  1. Key? key,
  2. String? message,
  3. required String? text,
  4. GroupActionBubbleStyle style = const GroupActionBubbleStyle(),
  5. Widget? leadingIcon,
  6. CometChatTheme? theme,
})

Implementation

const CometChatGroupActionBubble(
    {super.key,
    this.message,
    required this.text,
    this.style = const GroupActionBubbleStyle(),
    this.leadingIcon,
    this.theme});