CSSTextShadow

class CSSTextShadow(val offsetX: CSSLengthNumericValue, val offsetY: CSSLengthNumericValue, val blurRadius: CSSLengthNumericValue? = null, val color: CSSColorValue? = null) : StylePropertyValue(source)

Deprecated

Use `textShadow(TextShadow.of(...))` instead

Replace with

textShadow(TextShadow.of(offsetX, offsetY, blurRadius, color))

Constructors

Link copied to clipboard
constructor(offsetX: CSSLengthNumericValue, offsetY: CSSLengthNumericValue, blurRadius: CSSLengthNumericValue? = null, color: CSSColorValue? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val color: CSSColorValue? = null
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String