Configures multiple stacked Shadows.

Summary

Public constructors

Compound(shadows: Array<Shadow>)
Cmn

Public functions

open operator Boolean
equals(other: Any?)
Cmn
open Int
Cmn

Public properties

Array<Shadow>

array of shadow details

Cmn

Inherited functions

From androidx.compose.foundation.style.Shadows
open Any?
lerp(other: Any?, t: Float)

This method is defined such that a value of t being 1.0 means that the interpolation has finished, meaning that this method should return either other (or something equivalent to other), 0.0 meaning that the interpolation has not started, returning this (or something equivalent to this), and values in between meaning that the interpolation is at the relevant point on the timeline between this and other.

Cmn

Public constructors

Compound

Compound(shadows: Array<Shadow>)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

shadows

val shadowsArray<Shadow>

array of shadow details