Skip to content

Commit

Permalink
Remove debugShowCheckedModeBanner from exampleQ
Browse files Browse the repository at this point in the history
  • Loading branch information
hm21 committed Jan 2, 2024
1 parent 77cbb04 commit de33606
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class MyApp extends StatelessWidget {
colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue.shade800),
useMaterial3: true,
),
debugShowCheckedModeBanner: false,
home: const MyHomePage(),
);
}
Expand Down

0 comments on commit de33606

Please sign in to comment.