VisualDebuggerConfig constructor

const VisualDebuggerConfig({
  1. bool showConveyingBuffers = false,
  2. bool showRawUserCoordinate = false,
  3. bool showBuildingSelection = false,
  4. bool showBuildingsSearchViewport = false,
})

Implementation

const VisualDebuggerConfig(
    {this.showConveyingBuffers = false,
    this.showRawUserCoordinate = false,
    this.showBuildingSelection = false,
    this.showBuildingsSearchViewport = false});