Skip to content

Commit

Permalink
Update startingScreen.dart
Browse files Browse the repository at this point in the history
comment out identificationTask
  • Loading branch information
KhalidIshani authored Apr 20, 2021
1 parent 94404d4 commit 2e3afdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/startingScreen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class startingScreenState extends State<startingScreen> {
),


Column(
/*Column(
children: <Widget>[
Container(
margin:EdgeInsets.symmetric(horizontal:45.0,vertical: 10.0),
Expand All @@ -111,6 +111,7 @@ class startingScreenState extends State<startingScreen> {
],
),
*/

],
)
Expand Down

0 comments on commit 2e3afdf

Please sign in to comment.