WebViewState constructor
- required InAppWebViewController? controller,
- required String? title,
- required Uri? url,
- required bool isVisible,
- required double progress,
Implementation
const WebViewState({
required this.controller,
required this.title,
required this.url,
required this.isVisible,
required this.progress,
});