🌈 Create new beautiful Compose Gradients with our new wesite ->
Property

LocalSwipeToDismissBackgroundScrimColor

CompositionLocal containing the background scrim color of BasicSwipeToDismissBox.

Source set: Android
public val LocalSwipeToDismissBackgroundScrimColor: ProvidableCompositionLocal<Color> =
    compositionLocalOf {
        Color.Black
    }

CompositionLocal containing the background scrim color of BasicSwipeToDismissBox.

Defaults to Color.Black if not explicitly set.