🚀 手残忘改回来了

This commit is contained in:
toly
2020-12-10 21:44:57 +08:00
parent 6fc195a620
commit bfd71e4a24

View File

@@ -15,7 +15,7 @@ class FlutterUnit extends StatelessWidget {
return BlocBuilder<GlobalBloc, GlobalState>(builder: (_, state) {
return MaterialApp(
// debugShowMaterialGrid: true,
showPerformanceOverlay: true,
showPerformanceOverlay: state.showPerformanceOverlay,
// showSemanticsDebugger: true,
// checkerboardOffscreenLayers:true,
// checkerboardRasterCacheImages:true,