From b83698b490fe35a3a663edaeed707263c09039e8 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 6 Apr 2020 14:12:55 +0300 Subject: [PATCH] test --- lib/screens/auth/change_password_screen.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/screens/auth/change_password_screen.dart b/lib/screens/auth/change_password_screen.dart index 507c6afc..6e9d08d8 100644 --- a/lib/screens/auth/change_password_screen.dart +++ b/lib/screens/auth/change_password_screen.dart @@ -6,6 +6,7 @@ class ChangePasswordScreen extends StatelessWidget { @override Widget build(BuildContext context) { // return Container()]; + return Scaffold( backgroundColor: Colors.white, body: SingleChildScrollView(