CometChatWebView constructor

const CometChatWebView({
  1. Key? key,
  2. required String title,
  3. required String webViewUrl,
  4. Icon? backIcon,
  5. Color? appBarColor,
  6. WebViewStyle? webViewStyle,
  7. CometChatTheme? theme,
})

Implementation

const CometChatWebView(
    {super.key,
    required this.title,
    required this.webViewUrl,
    this.backIcon,
    this.appBarColor,
    this.webViewStyle,
    this.theme});