SwiftDevToolsUI constructor
const
SwiftDevToolsUI({})
Implementation
const SwiftDevToolsUI({
super.key,
this.enableStateInspector = true,
this.enableDependencyGraph = true,
this.enablePerformanceProfiler = true,
this.enableTimeTravel = true,
});