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

LocalAbsoluteTonalElevation

CompositionLocal containing the current absolute elevation provided by Surface components.

Source set: Common
public val LocalAbsoluteTonalElevation: ProvidableCompositionLocal<Dp> = compositionLocalOf { 0.dp }

CompositionLocal containing the current absolute elevation provided by Surface components. This absolute elevation is a sum of all the previous elevations. Absolute elevation is only used for calculating surface tonal colors, and is not used for drawing the shadow in a Surface.

Content updated: