mode property

NativeViewMode mode
final

Which method of hosting Android native view (the map) will be used. Default value is NativeViewMode.virtualDisplay.

More details: https://docs.flutter.dev/development/platform-integration/android/platform-views

Implementation

final NativeViewMode mode;