Shadow

data class Shadow(val androidShadow: Shadow.ElevationShadow?)

Constructors

Link copied to clipboard
constructor(androidShadow: Shadow.ElevationShadow?)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class ElevationShadow(val color: Color, val elevation: Float)

Properties

Link copied to clipboard