DebugPaintConfig constructor

const DebugPaintConfig({
  1. bool scrolling = false,
  2. bool gestures = false,
  3. String? scrollingMinimapId,
  4. bool layout = false,
})

Implementation

const DebugPaintConfig({
  this.scrolling = false,
  this.gestures = false,
  this.scrollingMinimapId,
  this.layout = false,
});