useHybridComposition property
Whether the android_webview.WebView
will be rendered with an AndroidViewSurface.
This implementation uses hybrid composition to render the WebViewAndroidWidget. This comes at the cost of some performance on Android versions below 10. See https://flutter.dev/docs/development/platform-integration/platform-views#performance for more information.
Defaults to false.
Implementation
final bool useHybridComposition;