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?",
|
||||
"Ectomorph": "Ectomorf",
|
||||
"Endomorph":"Endomorf",
|
||||
"Mezomorph":"Mezomorf"
|
||||
"Mesomorph":"Mezomorf"
|
||||
|
||||
}
|
@ -50,9 +50,12 @@ class _CustomerGoalPageState extends State<CustomerGoalPage> {
|
||||
image: DecorationImage(
|
||||
image: AssetImage('asset/image/WT_light_background.png'),
|
||||
fit: BoxFit.cover,
|
||||
|
||||
alignment: Alignment.center,
|
||||
),
|
||||
),
|
||||
height: double.infinity,
|
||||
width: double.infinity,
|
||||
child: SingleChildScrollView(
|
||||
child: Center(
|
||||
child: Column(
|
||||
|
@ -41,10 +41,10 @@ class _CustomerWelcomePageState extends State<CustomerWelcomePage> {
|
||||
child: Center(
|
||||
child: Column(
|
||||
children: [
|
||||
Divider(),
|
||||
|
||||
|
||||
|
||||
Divider(color: Colors.transparent,),
|
||||
Divider(color: Colors.transparent,),
|
||||
Divider(color: Colors.transparent,),
|
||||
Divider(color: Colors.transparent,),
|
||||
RaisedButton(
|
||||
|
||||
color: Colors.orange,
|
||||
|
@ -65,7 +65,6 @@ class _MenuPageState extends State<MenuPage> {
|
||||
alignment: Alignment.center,
|
||||
),
|
||||
),
|
||||
|
||||
child: CustomScrollView(
|
||||
scrollDirection: Axis.vertical,
|
||||
slivers: <Widget>[
|
||||
|
Loading…
Reference in New Issue
Block a user