textureView property

bool? textureView
final

Flag indicating to use a TextureView as render surface for the MapWidget. Only works for Android. FIXME Flutter 3.x has memory leak on Android using in SurfaceView mode, see https://github.com/flutter/flutter/issues/118384 As a workaround default is true.

Implementation

final bool? textureView;