disable debug banner in m3 page test apps. (#143857)

This one flakes but rarely.

Part of https://github.com/flutter/flutter/issues/143616
This commit is contained in:
Jonah Williams 2024-02-23 12:06:06 -08:00 committed by GitHub
parent a0a854a78b
commit 895406c60b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,7 @@ class TestPage extends StatelessWidget {
Widget build(BuildContext context) {
return MaterialApp(
title: 'Test',
debugShowCheckedModeBanner: false, // https://github.com/flutter/flutter/issues/143616
theme: ThemeData(
useMaterial3: useMaterial3,
primarySwatch: Colors.blue,