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