light constant

MapWidgetDebugOptions const light

Each tile shows its local lighting conditions in the upper-left corner. (If lights properties are used, otherwise they show zero.)

Implementation

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