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))
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(offsetX: CSSLengthNumericValue, offsetY: CSSLengthNumericValue, blurRadius: CSSLengthNumericValue? = null, color: CSSColorValue? = null)