How can i make a `IconButton` with elevation shad...
# compose
a
How can i make a
IconButton
with elevation shadow?
j
That can be a floating?
a
Yes, I moved to floating, just wondering how to elevate buttons
l
Easiest way is to use a
Surface
as the background and set a value for elevation, or you can use
Modifier.shadow()
/
Modifier.graphicsLayer()
directly
660 Views