Colton Idle
06/12/2022, 3:50 PM.blur(Dp(bottomSheetProgress * 4))
even if I make it
.blur(Dp(0F))
it will still clip. Is there anyway to opt out of this behavior?Stylianos Gakis
06/12/2022, 5:32 PMedgeTreatment
which is not a shape it will not clip it.BlurredEdgeTreatment.Unbounded
maybe?.blur(Dp(0F), edgeTreatment = BlurredEdgeTreatment.Unbounded)
Colton Idle
06/13/2022, 1:56 AM