Join Slack
Powered by
How to assign a minimum width to a `BasicTextField...
# compose
j
julioromano
02/09/2021, 1:59 PM
How to assign a minimum width to a
BasicTextField
while still allowing it to grow in width as its content grows ? I’ve tried with the
.widthIn(minWidth = 16.dp)
modifier but it doesn’t work.
30
Views
Open in Slack
Previous
Next