From 12ba5598e4c23dd54f52b97c2fa2a54cf67491e2 Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Sun, 3 May 2020 13:43:04 +0000 Subject: [PATCH] Resolves #547 Remove close button from quick start --- lib/pages/quick_start.page.dart | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lib/pages/quick_start.page.dart b/lib/pages/quick_start.page.dart index 5697ee1..3b4a3ce 100644 --- a/lib/pages/quick_start.page.dart +++ b/lib/pages/quick_start.page.dart @@ -20,12 +20,7 @@ class _QuickStartPageState extends State { Widget build(BuildContext context) { return Scaffold( appBar: new AppBar( - leading: IconButton( - icon: Icon(Icons.close), - onPressed: () { - Navigator.of(context).pop(); - }, - ), + leading: Container(), title: Text('Quick start'), actions: [ IconButton(