From 2e3afdf9538f59c779ecabaf4d03f23513cd6dbc Mon Sep 17 00:00:00 2001 From: KhalidIshani Date: Tue, 20 Apr 2021 14:11:45 -0500 Subject: [PATCH] Update startingScreen.dart comment out identificationTask --- lib/startingScreen.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/startingScreen.dart b/lib/startingScreen.dart index f5fbe11..dcf3863 100644 --- a/lib/startingScreen.dart +++ b/lib/startingScreen.dart @@ -85,7 +85,7 @@ class startingScreenState extends State { ), - Column( + /*Column( children: [ Container( margin:EdgeInsets.symmetric(horizontal:45.0,vertical: 10.0), @@ -111,6 +111,7 @@ class startingScreenState extends State { ], ), + */ ], )