CometChatQuickView constructor
const
CometChatQuickView({
- Key? key,
- required String title,
- String? subtitle,
- CometChatTheme? theme,
- QuickViewStyle? quickViewStyle,
Implementation
const CometChatQuickView(
{super.key,
required this.title,
this.subtitle,
this.theme,
this.quickViewStyle});