You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To apply `RSBlurShadow` use `Modifier.rsBlurShadow(...)`.
82
82
83
83
### SoftLayerShadow
84
84
85
-
`SoftLayerShadow` uses `NativePaint.setShadowLayer(...)` to apply native shadow layer to the shadow content.
85
+
`SoftLayerShadow` uses `NativePaint.setShadowLayer(...)` to apply the native shadow layer to the shadow content.
86
86
87
87
To render `SoftLayerShadow`, Android devices with API < 28(P), need to use `View.LAYER_TYPE_SOFTWARE`. It's recommended to use `SoftLayerShadowContainer` to handle this
0 commit comments