what is the better approach to applying a margin t...
# compose
c
what is the better approach to applying a margin to a component (FilledTextField for example)?
should I use Modifier.padding?
s
Maybe use
Spacer
? there you can set width/height