https://kotlinlang.org logo
#compose
Title
# compose
g

Guy Bieber

03/10/2020, 1:41 PM
Jetpack Compose Question: Is there an easy place to find the modifiers for various widgets?
a

Adam Powell

03/10/2020, 1:52 PM
You're in the #compose channel, everything in here is a jetpack compose question 🙂
If you start typing,
Layout
you should get autocomplete for a host of available layout modifiers, same with
Draw
, etc
g

Guy Bieber

03/10/2020, 2:56 PM
Thanks
This doesn’t show the modifiers available with any specific type (like button). Thoughts?
The new way of doing modifiers allows you to see whats available. Modifier.<whatever>