CometChatCollaborativeWebView constructor

const CometChatCollaborativeWebView({
  1. Key? key,
  2. required String title,
  3. required String webviewUrl,
  4. TextStyle? titleStyle,
  5. Icon? backIcon,
  6. Color? appBarColor,
  7. Color? backIconColor,
})

Implementation

const CometChatCollaborativeWebView(
    {super.key,
    required this.title,
    required this.webviewUrl,
    this.titleStyle,
    this.backIcon,
    this.appBarColor,
    this.backIconColor});