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