From be1fc387453b3f25a397af0e2675a9ba76a9a92c Mon Sep 17 00:00:00 2001 From: Dulaj Nadawa <40896729+dnadawa@users.noreply.github.com> Date: Tue, 23 Jul 2019 22:21:31 +0530 Subject: [PATCH] Update main.dart --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 9725025..d84993f 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -7,7 +7,7 @@ class MyApp extends StatelessWidget { Widget build(BuildContext context) { return new MaterialApp( title: "Calculator App", - theme: new ThemeData(primarySwatch: Colors.red), + theme: new ThemeData(primarySwatch: Colors.red,brightness: Brightness.dark), home: new HomePage(), ); }