isOpaque property

bool? isOpaque
final

Whether the map is rendered as opaque. Only has an effect on iOS — on Android, a transparent background requires MapWidget.textureView to be true (the default).

Defaults to true. Set to false (together with a transparent style) to render a transparent map background.

Implementation

final bool? isOpaque;