textureView property

bool? textureView
final

Whether to use a TextureView as the Android render surface. Has no effect on iOS or web. Defaults to true to work around the SurfaceView memory leak documented at https://github.com/flutter/flutter/issues/118384.

Implementation

final bool? textureView;