From e6b945d34573179658d796048e94a8630ddb0020 Mon Sep 17 00:00:00 2001 From: Nishchal Siddharth Pandey Date: Sun, 1 Nov 2020 20:35:30 +0530 Subject: [PATCH] Write something here button made symmetric. --- lib/app_screens/home.dart | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/app_screens/home.dart b/lib/app_screens/home.dart index 56c1e8f..3ca0a65 100755 --- a/lib/app_screens/home.dart +++ b/lib/app_screens/home.dart @@ -111,10 +111,14 @@ class _HomeState extends State with AutomaticKeepAliveClientMixin { Padding( padding: const EdgeInsets.only(left: 8.0), child: SizedBox( + width: + MediaQuery.of(context).size.width * + 3.0 / + 4.0, height: 55.0, child: FlatButton( child: Text( - 'Write something here... ', + 'Write something here...', style: TextStyle( color: Colors.grey, fontSize: 18.0),