PAP-667: add unit to home page

merge-requests/322/head
Elham Rababh 3 years ago
parent dd1dff01d6
commit c14adccb49

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

Loading…
Cancel
Save