|
|
|
@ -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 {
|
|
|
|
),
|
|
|
|
),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
),
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|