CrossPlatformWebView constructor
const
CrossPlatformWebView({})
Implementation
const CrossPlatformWebView(
{super.key,
required this.url,
this.hideTopBar = false,
this.appBarTitle = "",
required this.onResponse,
this.renderNavs = false});