|
|
|
@ -44,7 +44,7 @@ class _ProfileSettings extends State<ProfileSettings>
|
|
|
|
child: model.user != null
|
|
|
|
child: model.user != null
|
|
|
|
? ListView(scrollDirection: Axis.vertical, children: <Widget>[
|
|
|
|
? ListView(scrollDirection: Axis.vertical, children: <Widget>[
|
|
|
|
Container(
|
|
|
|
Container(
|
|
|
|
color: Theme.of(context).primaryColor,
|
|
|
|
color: Theme.of(context).textTheme.headline2.color,
|
|
|
|
padding: EdgeInsets.all(15),
|
|
|
|
padding: EdgeInsets.all(15),
|
|
|
|
child: Row(
|
|
|
|
child: Row(
|
|
|
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
|
|
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
|
|
|
@ -74,7 +74,7 @@ class _ProfileSettings extends State<ProfileSettings>
|
|
|
|
padding: EdgeInsets.all(10),
|
|
|
|
padding: EdgeInsets.all(10),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
Container(
|
|
|
|
Container(
|
|
|
|
color: Theme.of(context).primaryColor,
|
|
|
|
color: Theme.of(context).textTheme.headline2.color,
|
|
|
|
padding: EdgeInsets.only(
|
|
|
|
padding: EdgeInsets.only(
|
|
|
|
top: 0, left: 10, right: 10, bottom: 0),
|
|
|
|
top: 0, left: 10, right: 10, bottom: 0),
|
|
|
|
child: Row(
|
|
|
|
child: Row(
|
|
|
|
@ -93,7 +93,7 @@ class _ProfileSettings extends State<ProfileSettings>
|
|
|
|
],
|
|
|
|
],
|
|
|
|
)),
|
|
|
|
)),
|
|
|
|
Container(
|
|
|
|
Container(
|
|
|
|
color: Theme.of(context).primaryColor,
|
|
|
|
color: Theme.of(context).textTheme.headline2.color,
|
|
|
|
padding: EdgeInsets.only(
|
|
|
|
padding: EdgeInsets.only(
|
|
|
|
top: 0, left: 10, right: 10, bottom: 0),
|
|
|
|
top: 0, left: 10, right: 10, bottom: 0),
|
|
|
|
child: Row(
|
|
|
|
child: Row(
|
|
|
|
@ -116,7 +116,7 @@ class _ProfileSettings extends State<ProfileSettings>
|
|
|
|
padding: EdgeInsets.all(10),
|
|
|
|
padding: EdgeInsets.all(10),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
Container(
|
|
|
|
Container(
|
|
|
|
color: Theme.of(context).primaryColor,
|
|
|
|
color: Theme.of(context).textTheme.headline2.color,
|
|
|
|
padding: EdgeInsets.only(
|
|
|
|
padding: EdgeInsets.only(
|
|
|
|
top: 0, left: 10, right: 10, bottom: 0),
|
|
|
|
top: 0, left: 10, right: 10, bottom: 0),
|
|
|
|
child: Row(
|
|
|
|
child: Row(
|
|
|
|
@ -136,7 +136,7 @@ class _ProfileSettings extends State<ProfileSettings>
|
|
|
|
],
|
|
|
|
],
|
|
|
|
)),
|
|
|
|
)),
|
|
|
|
Container(
|
|
|
|
Container(
|
|
|
|
color: Theme.of(context).primaryColor,
|
|
|
|
color: Theme.of(context).textTheme.headline2.color,
|
|
|
|
padding: EdgeInsets.only(
|
|
|
|
padding: EdgeInsets.only(
|
|
|
|
top: 0, left: 10, right: 10, bottom: 0),
|
|
|
|
top: 0, left: 10, right: 10, bottom: 0),
|
|
|
|
child: Row(
|
|
|
|
child: Row(
|
|
|
|
@ -160,7 +160,7 @@ class _ProfileSettings extends State<ProfileSettings>
|
|
|
|
padding: EdgeInsets.all(10),
|
|
|
|
padding: EdgeInsets.all(10),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
Container(
|
|
|
|
Container(
|
|
|
|
color: Theme.of(context).primaryColor,
|
|
|
|
color: Theme.of(context).textTheme.headline2.color,
|
|
|
|
padding: EdgeInsets.only(
|
|
|
|
padding: EdgeInsets.only(
|
|
|
|
top: 0, left: 10, right: 10, bottom: 0),
|
|
|
|
top: 0, left: 10, right: 10, bottom: 0),
|
|
|
|
child: Column(
|
|
|
|
child: Column(
|
|
|
|
@ -175,7 +175,7 @@ class _ProfileSettings extends State<ProfileSettings>
|
|
|
|
],
|
|
|
|
],
|
|
|
|
)),
|
|
|
|
)),
|
|
|
|
Container(
|
|
|
|
Container(
|
|
|
|
color: Theme.of(context).primaryColor,
|
|
|
|
color: Theme.of(context).textTheme.headline2.color,
|
|
|
|
padding: EdgeInsets.only(
|
|
|
|
padding: EdgeInsets.only(
|
|
|
|
top: 0, left: 10, right: 10, bottom: 0),
|
|
|
|
top: 0, left: 10, right: 10, bottom: 0),
|
|
|
|
child: Column(
|
|
|
|
child: Column(
|
|
|
|
@ -190,7 +190,7 @@ class _ProfileSettings extends State<ProfileSettings>
|
|
|
|
],
|
|
|
|
],
|
|
|
|
)),
|
|
|
|
)),
|
|
|
|
Container(
|
|
|
|
Container(
|
|
|
|
color: Theme.of(context).primaryColor,
|
|
|
|
color: Theme.of(context).textTheme.headline2.color,
|
|
|
|
padding: EdgeInsets.only(
|
|
|
|
padding: EdgeInsets.only(
|
|
|
|
top: 0, left: 10, right: 10, bottom: 0),
|
|
|
|
top: 0, left: 10, right: 10, bottom: 0),
|
|
|
|
child: Column(
|
|
|
|
child: Column(
|
|
|
|
|