From b13eb0b6566c827418436ae6080957f680b7d0a1 Mon Sep 17 00:00:00 2001 From: Aryan Sethi <46836282+AryanSethi@users.noreply.github.com> Date: Sun, 11 Oct 2020 16:20:36 +0530 Subject: [PATCH] leading back button on login page removed --- lib/login.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/login.dart b/lib/login.dart index aa94bad..abea44a 100644 --- a/lib/login.dart +++ b/lib/login.dart @@ -48,6 +48,7 @@ class _LoginState extends State { Widget build(BuildContext context) { return Scaffold( appBar: AppBar( + automaticallyImplyLeading: false, backgroundColor: Colors.black87, title: Text('Login'), centerTitle: true,