Skip to content

Commit ac4d38e

Browse files
author
Maureen Josephine
committed
change background color
1 parent b319d1f commit ac4d38e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/main.dart

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ class MyApp extends StatelessWidget {
99
@override
1010
Widget build(BuildContext context) {
1111
return MaterialApp(
12+
debugShowCheckedModeBanner: false,
1213
title: 'Flutter Demo',
1314
theme: ThemeData(
14-
primarySwatch: Colors.blue,
15+
primarySwatch: Colors.green,
1516
visualDensity: VisualDensity.adaptivePlatformDensity,
1617
),
17-
home: MyHomePage(title: 'Flutter Demo Home Page'),
18+
home: MyHomePage(title: 'Flutter Tests'),
1819
);
1920
}
2021
}

0 commit comments

Comments
 (0)