Update welcome_page.dart

Fix mistake after merge conflict

M committed Oct 19, 2020 at 18:42 UTC ad695db5f62ff0f197aeb176d73bd71ca873cd28
1 file changed +1 -1
lib/src/screens/welcome/welcome_page.dart
+1 -1
@@ -45,7 +45,7 @@ class WelcomePage extends BasePage {
45 .title
46 .color);
47
48 - return WillPopScope(onWillPop: () async =>, child: Container(
48 + return WillPopScope(onWillPop: () async => false, child: Container(
49 padding: EdgeInsets.all(24),
50 child: Column(
51 children: <Widget>[