We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
debugShowCheckedModeBanner
1 parent 3820066 commit 957ac0fCopy full SHA for 957ac0f
package/lib/src/controls/page.dart
@@ -448,6 +448,7 @@ class _PageControlState extends State<PageControl> {
448
return FletAppContext(
449
themeMode: themeMode,
450
child: MaterialApp.router(
451
+ debugShowCheckedModeBanner: false,
452
showSemanticsDebugger: widget.control
453
.attrBool("showSemanticsDebugger", false)!,
454
routerDelegate: _routerDelegate,
0 commit comments