BoxShadow

data class BoxShadow(val offsetX: Float, val offsetY: Float, @ColorInt val color: Int? = null, val blurRadius: Float? = null, val spreadDistance: Float? = null, val inset: Boolean? = null)

Represents all logical properties and shorthands for border radius.

Constructors

Link copied to clipboard
constructor(offsetX: Float, offsetY: Float, @ColorInt color: Int? = null, blurRadius: Float? = null, spreadDistance: Float? = null, inset: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val blurRadius: Float? = null
Link copied to clipboard
val color: Int? = null
Link copied to clipboard
val inset: Boolean? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val spreadDistance: Float? = null