useHybridCompositionForAndroid property Null safety

bool useHybridCompositionForAndroid
read / write

Indicate whether to use hybrid composition on the Android side.

Sets this to true to use hybrid composition on the Android side. Sets this to false to use virtual display on the Android side. Defaults to use hybrid composition.

Implementation

static bool useHybridCompositionForAndroid = true;