PAP-667: add unit to home page

merge-update-with-lab-changes
Elham Rababh 5 years ago
parent dd1dff01d6
commit c14adccb49

@ -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)
], ],

Loading…
Cancel
Save