displayWithHybridComposition property

bool displayWithHybridComposition
final

Whether the WebView will be displayed using the Hybrid Composition PlatformView implementation.

For most use cases, this flag should be set to false. Hybrid Composition can have performance costs but doesn't have the limitation of rendering to an Android SurfaceTexture. See

Defaults to false.

Implementation

final bool displayWithHybridComposition;