Jetpack Compose - how do you do minEms in a Text component?

Viewed 105

I have an existing TextView with minEms set to 2

I want to convert the TextView to a Compose Text component

Is there an equivalent for minEms in Compose?

0 Answers
Related