Hi ! How can i have relative width/height size ? ...
# compose-desktop
m
Hi ! How can i have relative width/height size ? Something like (FractionallySizedBox) in flutter or (vw and vh and %) in css or (app:layout_constraintHeight_percent) in android constraint layout 🤔
z
This is a general #compose question, but you can use
weight
with Row/Column, or
Modifier.fillMaxWidth(fraction)
🙌 1
m
thanks ! you saved my life ! ❤️
z
Your work is a lot higher stakes than mine 😅
😁 1