CometChatWebView constructor
const
CometChatWebView({
- Key? key,
- required String title,
- required String webViewUrl,
- Icon? backIcon,
- Color? appBarColor,
- WebViewStyle? webViewStyle,
- CometChatTheme? theme,
Implementation
const CometChatWebView(
{super.key,
required this.title,
required this.webViewUrl,
this.backIcon,
this.appBarColor,
this.webViewStyle,
this.theme});