Mihai Hrincescu
10/17/2020, 9:12 PM@Composable
to not get cliped by the parent? I already tried using Modifier.drawLayer(clip = false)
but it seems to have no effect.Adam Powell
10/17/2020, 9:14 PMSurface
is one of them. Unless the parameters for that composable offer a way to change that setting, you cannot change it.Mihai Hrincescu
10/17/2020, 9:52 PMComposable
not be clipped by that shape unless i draw the card first and then grid on top instead of wrapping the grid with a card?Adam Powell
10/17/2020, 9:53 PMMihai Hrincescu
10/17/2020, 10:04 PM