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

LocalRippleThemeConfiguration

The overall RippleThemeConfiguration in use by all built-in components and ripple.

Source set: Common
public val LocalRippleThemeConfiguration: ProvidableCompositionLocal<RippleThemeConfiguration> =
    compositionLocalOf {
        RippleDefaults.ThemeConfiguration
    }

The overall RippleThemeConfiguration in use by all built-in components and ripple.

By default, this will be RippleDefaults.ThemeConfiguration.

The ripple configuration is resolved as follows:

    including whether the focus indication is drawn by inset focus rings.

  • LocalRippleThemeConfiguration provides the highest-level theming configuration for ripples,
  • including disabling ripples and their indications. This takes next highest priority.

  • LocalRippleConfiguration provides hierarchical per-ripple configuration for ripple,
  • components.

  • ripple parameters allow specifying configuration for individual indication callsites in

Content updated: