CometChatQuickView constructor

const CometChatQuickView({
  1. Key? key,
  2. required String title,
  3. String? subtitle,
  4. CometChatTheme? theme,
  5. QuickViewStyle? quickViewStyle,
})

Implementation

const CometChatQuickView(
    {super.key,
    required this.title,
    this.subtitle,
    this.theme,
    this.quickViewStyle});