DevToolsSettings constructor

const DevToolsSettings({
  1. bool enabled = true,
  2. int sampleIntervalMs = 1000,
  3. int timelineLimit = 200,
  4. int batchLimit = 120,
  5. int performanceLimit = 180,
  6. int valuePreviewLength = 120,
})

Implementation

const DevToolsSettings({
  this.enabled = true,
  this.sampleIntervalMs = 1000,
  this.timelineLimit = 200,
  this.batchLimit = 120,
  this.performanceLimit = 180,
  this.valuePreviewLength = 120,
});