Update welcome_page.dart

Fix mistake after merge conflict
This commit is contained in:
M 2020-10-19 18:42:41 +03:00
parent 9a169254a6
commit ad695db5f6

View file

@ -45,7 +45,7 @@ class WelcomePage extends BasePage {
.title
.color);
return WillPopScope(onWillPop: () async =>, child: Container(
return WillPopScope(onWillPop: () async => false, child: Container(
padding: EdgeInsets.all(24),
child: Column(
children: <Widget>[