Configures a single Shadow.

Summary

Public constructors

Simple(shadow: Shadow)
Cmn

Public functions

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

Public properties

Shadow

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

Simple

Simple(shadow: Shadow)

Public functions

equals

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

hashCode

open fun hashCode(): Int

Public properties

shadow

val shadowShadow

shadow details