From 5dc43ffaab957e9db9f8f58c9b56be1aa20b4281 Mon Sep 17 00:00:00 2001 From: Sahil Singh <72186519+sahilsingh200@users.noreply.github.com> Date: Fri, 2 Oct 2020 00:23:53 +0530 Subject: [PATCH] Update main.dart --- lib/main.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/main.dart b/lib/main.dart index 661c53c..7bd39a2 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -29,6 +29,8 @@ class MyApp extends StatelessWidget { Widget build(BuildContext context) { return MaterialApp( title: 'ACE Flutter Demo', + centerTitle: false, + titleSpacing: 0.0, theme: ThemeData(primarySwatch: Colors.blue), home: MyHomePage(title: 'ACE Flutter Demo Home Page'), routes: {