Companion

Properties

Link copied to clipboard
open val Inherit: BoxShadow
Link copied to clipboard
open val Initial: BoxShadow
Link copied to clipboard
Link copied to clipboard
open val Revert: BoxShadow
Link copied to clipboard
Link copied to clipboard
open val Unset: BoxShadow

Functions

Link copied to clipboard
fun list(vararg shadows: BoxShadow.Listable): BoxShadow

Creates a box-shadow property with multiple shadow. The property accepts a list of shadows, created by using BoxShadow.of, ordered from front to back.

Link copied to clipboard
fun of(offsetX: CSSLengthNumericValue = 0.px, offsetY: CSSLengthNumericValue = 0.px, blurRadius: CSSLengthNumericValue? = null, spreadRadius: CSSLengthNumericValue? = null, color: CSSColorValue? = null, inset: Boolean = false): BoxShadow.Listable

Creates a shadow for the box-shadow property