Naveed
02/17/2022, 1:53 PMRow
? than padding(top = 8.dp)
? I have tried .wrapContentHeight(Alignment.CenterVertically)
in the modifier and it does not do anything, the text stays stuck at the top.Filip Wiesner
02/17/2022, 1:57 PMalign(Alignment.CenterVertically)
on the child?
Or verticalAlignment = Alignment.CenterVertically
on the Row
?Naveed
02/17/2022, 1:59 PMverticalAlignment = Alignment.CenterVertically
on the Row (which is the parent of the Text
worked! Thank you 🙂Naveed
02/17/2022, 2:00 PMFilip Wiesner
02/17/2022, 2:01 PMhorizontalAlignment
for Column