requiresViewComposition property
override
True if the view requires native view composition rather than using a texture to render.
This value may change during create, but will not change after that call's future has completed.
Implementation
@override
bool get requiresViewComposition {
return _internals.requiresViewComposition;
}