any idea why I am not able to use Modifier.weight(...
# compose
s
any idea why I am not able to use Modifier.weight() modifier, it shows that in red
d
what's your code?
t
Probably because your are not in a
RowScope
or
ColumnScope
👍 1
s
Thanks, auto completion was not popping up so I thought it was a removed modifier now