CometChatFormBubble constructor
const
CometChatFormBubble({
- Key? key,
- String? title,
- FormBubbleStyle? formBubbleStyle,
- required FormMessage formMessage,
- CometChatTheme? theme,
- dynamic onSubmitTap()?,
- User? loggedInUser,
- QuickViewStyle? quickViewStyle,
Implementation
const CometChatFormBubble(
{super.key,
this.title,
this.formBubbleStyle,
required this.formMessage,
this.theme,
this.onSubmitTap,
this.loggedInUser,
this.quickViewStyle});