|
|
|
|
@ -314,14 +314,17 @@ class _BodyFatState extends State<BodyFat> {
|
|
|
|
|
children: <Widget>[
|
|
|
|
|
Expanded(
|
|
|
|
|
child: Center(
|
|
|
|
|
child: TextFormField(
|
|
|
|
|
keyboardType: TextInputType.number,
|
|
|
|
|
controller: heightController,
|
|
|
|
|
decoration: InputDecoration(
|
|
|
|
|
labelText: heightCm.toString(),
|
|
|
|
|
labelStyle: TextStyle(
|
|
|
|
|
color: Colors.black,
|
|
|
|
|
)),
|
|
|
|
|
child: Padding(
|
|
|
|
|
padding: const EdgeInsets.only(left: 10.0),
|
|
|
|
|
child: TextFormField(
|
|
|
|
|
keyboardType: TextInputType.number,
|
|
|
|
|
controller: heightController,
|
|
|
|
|
decoration: InputDecoration(
|
|
|
|
|
labelText: heightCm.toString(),
|
|
|
|
|
labelStyle: TextStyle(
|
|
|
|
|
color: Colors.black,
|
|
|
|
|
)),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
@ -488,14 +491,17 @@ class _BodyFatState extends State<BodyFat> {
|
|
|
|
|
children: <Widget>[
|
|
|
|
|
Expanded(
|
|
|
|
|
child: Center(
|
|
|
|
|
child: TextFormField(
|
|
|
|
|
keyboardType: TextInputType.number,
|
|
|
|
|
controller: neckController,
|
|
|
|
|
decoration: InputDecoration(
|
|
|
|
|
labelText: neck.toString(),
|
|
|
|
|
labelStyle: TextStyle(
|
|
|
|
|
color: Colors.black,
|
|
|
|
|
)),
|
|
|
|
|
child: Padding(
|
|
|
|
|
padding: const EdgeInsets.only(left: 10.0),
|
|
|
|
|
child: TextFormField(
|
|
|
|
|
keyboardType: TextInputType.number,
|
|
|
|
|
controller: neckController,
|
|
|
|
|
decoration: InputDecoration(
|
|
|
|
|
labelText: neck.toString(),
|
|
|
|
|
labelStyle: TextStyle(
|
|
|
|
|
color: Colors.black,
|
|
|
|
|
)),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
@ -662,14 +668,17 @@ class _BodyFatState extends State<BodyFat> {
|
|
|
|
|
children: <Widget>[
|
|
|
|
|
Expanded(
|
|
|
|
|
child: Center(
|
|
|
|
|
child: TextFormField(
|
|
|
|
|
keyboardType: TextInputType.number,
|
|
|
|
|
controller: waistController,
|
|
|
|
|
decoration: InputDecoration(
|
|
|
|
|
labelText: waist.toString(),
|
|
|
|
|
labelStyle: TextStyle(
|
|
|
|
|
color: Colors.black,
|
|
|
|
|
)),
|
|
|
|
|
child: Padding(
|
|
|
|
|
padding: const EdgeInsets.only(left: 10.0),
|
|
|
|
|
child: TextFormField(
|
|
|
|
|
keyboardType: TextInputType.number,
|
|
|
|
|
controller: waistController,
|
|
|
|
|
decoration: InputDecoration(
|
|
|
|
|
labelText: waist.toString(),
|
|
|
|
|
labelStyle: TextStyle(
|
|
|
|
|
color: Colors.black,
|
|
|
|
|
)),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
@ -836,14 +845,17 @@ class _BodyFatState extends State<BodyFat> {
|
|
|
|
|
children: <Widget>[
|
|
|
|
|
Expanded(
|
|
|
|
|
child: Center(
|
|
|
|
|
child: TextFormField(
|
|
|
|
|
keyboardType: TextInputType.number,
|
|
|
|
|
controller: hipController,
|
|
|
|
|
decoration: InputDecoration(
|
|
|
|
|
labelText: hip.toString(),
|
|
|
|
|
labelStyle: TextStyle(
|
|
|
|
|
color: Colors.black,
|
|
|
|
|
)),
|
|
|
|
|
child: Padding(
|
|
|
|
|
padding: const EdgeInsets.only(left: 10.0),
|
|
|
|
|
child: TextFormField(
|
|
|
|
|
keyboardType: TextInputType.number,
|
|
|
|
|
controller: hipController,
|
|
|
|
|
decoration: InputDecoration(
|
|
|
|
|
labelText: hip.toString(),
|
|
|
|
|
labelStyle: TextStyle(
|
|
|
|
|
color: Colors.black,
|
|
|
|
|
)),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
|