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.
1 parent 0b896c5 commit 6d414f7Copy full SHA for 6d414f7
1 file changed
packages/devtools_app/lib/src/app.dart
@@ -618,7 +618,9 @@ typedef UrlParametersBuilder =
618
///
619
/// This avoids issues with widgets in the appbar being hidden by the banner
620
/// in a web or desktop app.
621
+// ignore: unused-code, TODO(https://github.com/flutter/devtools/issues/9907): false positive.
622
class _AlternateCheckedModeBanner extends StatelessWidget {
623
+ // ignore: unused-code, TODO(https://github.com/flutter/devtools/issues/9907): false positive.
624
const _AlternateCheckedModeBanner({required this.builder});
625
final WidgetBuilder builder;
626
0 commit comments