overdraw constant

MapWidgetDebugOptions const overdraw

Each drawing operation is replaced by a translucent fill. Overlapping drawing operations appear more prominent to help diagnose overdrawing.

Implementation

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