CometChatFormBubble constructor

const CometChatFormBubble({
  1. Key? key,
  2. String? title,
  3. FormBubbleStyle? formBubbleStyle,
  4. required FormMessage formMessage,
  5. CometChatTheme? theme,
  6. dynamic onSubmitTap(
    1. Map<String, dynamic>
    )?,
  7. User? loggedInUser,
  8. QuickViewStyle? quickViewStyle,
})

Implementation

const CometChatFormBubble(
    {super.key,
    this.title,
    this.formBubbleStyle,
    required this.formMessage,
    this.theme,
    this.onSubmitTap,
    this.loggedInUser,
    this.quickViewStyle});