### To dump the rendering tree of the app (debugDumpRenderTree), press "t".
要转储应用程序的呈现树(debugdumprendertree),请按“t”。
### For layers (debugDumpLayerTree), use "L"; for accessibility (debugDumpSemantics), use "S" (for traversal order) or "U" (for inverse hit test order).
对于层(debugdumplayertree),使用“l”;对于可访问性(debugdumpsemantics),使用“s”(表示遍历顺序)或“u”(表示反向命中测试顺序)。
### To toggle the widget inspector (WidgetsApp.showWidgetInspectorOverride), press "i".
要切换WidgetInspector(widgetsapp.showwidgetInspectorOverride),请按“i”。
### To toggle the display of construction lines (debugPaintSizeEnabled), press "p".
要切换构造线的显示(debugpaintsizeenabled),请按“p”。
### To simulate different operating systems, (defaultTargetPlatform), press "o".
要模拟不同的操作系统(DefaultTargetPlatform),请按“O”。
### To toggle the elevation checker, press "z".
要切换高程检查器,请按“Z”。
### To display the performance overlay (WidgetsApp.showPerformanceOverlay), press "P".
要显示性能覆盖(widgetsapp.showPerformanceOverlay),请按“P”。
### To enable timeline events for all widget build methods, (debugProfileWidgetBuilds), press "a"
要为所有小部件生成方法(DebugProfileWidgetBuilds)启用时间线事件,请按“A”
### To save a screenshot to flutter.png, press "s".
要将截图保存到flutter.png,请按“s”。
### To repeat this help message, press "h". To detach, press "d"; to quit, press "q".
要重复此帮助信息,请按“H”。若要分离,请按“D”;若要退出,请按“Q”。