wt1.0 customer data modification fix
This commit is contained in:
parent
3b1b169db9
commit
9ef208d72a
@ -93,6 +93,6 @@
|
|||||||
"Your Body Type": "Milyen a testtípusod?",
|
"Your Body Type": "Milyen a testtípusod?",
|
||||||
"Ectomorph": "Ectomorf",
|
"Ectomorph": "Ectomorf",
|
||||||
"Endomorph":"Endomorf",
|
"Endomorph":"Endomorf",
|
||||||
"Mezomorph":"Mezomorf"
|
"Mesomorph":"Mezomorf"
|
||||||
|
|
||||||
}
|
}
|
@ -50,9 +50,12 @@ class _CustomerGoalPageState extends State<CustomerGoalPage> {
|
|||||||
image: DecorationImage(
|
image: DecorationImage(
|
||||||
image: AssetImage('asset/image/WT_light_background.png'),
|
image: AssetImage('asset/image/WT_light_background.png'),
|
||||||
fit: BoxFit.cover,
|
fit: BoxFit.cover,
|
||||||
|
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
height: double.infinity,
|
||||||
|
width: double.infinity,
|
||||||
child: SingleChildScrollView(
|
child: SingleChildScrollView(
|
||||||
child: Center(
|
child: Center(
|
||||||
child: Column(
|
child: Column(
|
||||||
|
@ -41,10 +41,10 @@ class _CustomerWelcomePageState extends State<CustomerWelcomePage> {
|
|||||||
child: Center(
|
child: Center(
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
Divider(),
|
Divider(color: Colors.transparent,),
|
||||||
|
Divider(color: Colors.transparent,),
|
||||||
|
Divider(color: Colors.transparent,),
|
||||||
|
Divider(color: Colors.transparent,),
|
||||||
RaisedButton(
|
RaisedButton(
|
||||||
|
|
||||||
color: Colors.orange,
|
color: Colors.orange,
|
||||||
|
@ -65,7 +65,6 @@ class _MenuPageState extends State<MenuPage> {
|
|||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
||||||
child: CustomScrollView(
|
child: CustomScrollView(
|
||||||
scrollDirection: Axis.vertical,
|
scrollDirection: Axis.vertical,
|
||||||
slivers: <Widget>[
|
slivers: <Widget>[
|
||||||
|
Loading…
Reference in New Issue
Block a user