|
|
|
@ -408,7 +408,7 @@ class _HomePageState extends State<HomePage> {
|
|
|
|
height: 40,
|
|
|
|
height: 40,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
Texts(
|
|
|
|
Texts(
|
|
|
|
"${model.heightCm}",
|
|
|
|
"${model.heightCm} ${TranslationBase.of(context).cm}",
|
|
|
|
color: Colors.white,
|
|
|
|
color: Colors.white,
|
|
|
|
fontSize: 17,
|
|
|
|
fontSize: 17,
|
|
|
|
)
|
|
|
|
)
|
|
|
|
@ -426,7 +426,7 @@ class _HomePageState extends State<HomePage> {
|
|
|
|
width: 25,
|
|
|
|
width: 25,
|
|
|
|
height: 40,
|
|
|
|
height: 40,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
Texts('${model.weightKg}',
|
|
|
|
Texts('${model.weightKg} ${TranslationBase.of(context).kg}',
|
|
|
|
color: Colors.white,
|
|
|
|
color: Colors.white,
|
|
|
|
fontSize: 17)
|
|
|
|
fontSize: 17)
|
|
|
|
],
|
|
|
|
],
|
|
|
|
|