depthBuffer constant

MapWidgetDebugOptions const depthBuffer

The depth buffer is shown instead of the color buffer.

Implementation

static const MapWidgetDebugOptions depthBuffer = MapWidgetDebugOptions._(
  MapWidgetDebugOptionsData.depthBuffer,
);