Unverified Commit 895406c6 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

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

This one flakes but rarely.

Part of https://github.com/flutter/flutter/issues/143616
parent a0a854a7
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment