add scroll for landscape

setting_branch
enadhilal 6 years ago
parent 6ecda69726
commit 9bc404fa2a

@ -13,7 +13,8 @@ class SettingPage extends StatelessWidget {
appBarColor: Color(0xff30B7B9), appBarColor: Color(0xff30B7B9),
arrowColor: Colors.white, arrowColor: Colors.white,
titleColor: Colors.white, titleColor: Colors.white,
body: Column( body: SingleChildScrollView(
child: Column(
children: <Widget>[ children: <Widget>[
Container( Container(
width: double.infinity, width: double.infinity,
@ -122,6 +123,7 @@ class SettingPage extends StatelessWidget {
), ),
], ],
), ),
),
); );
} }
} }
Loading…
Cancel
Save