WebViewWidget.fromPlatform constructor
WebViewWidget.fromPlatform({
- Key? key,
- required PlatformWebViewWidget platform,
Constructs a WebViewWidget from a specific platform implementation.
Implementation
WebViewWidget.fromPlatform({super.key, required this.platform});