CSSTextShadow
class CSSTextShadow(val offsetX: CSSLengthNumericValue, val offsetY: CSSLengthNumericValue, val blurRadius: CSSLengthNumericValue? = null, val color: CSSColorValue? = null) : StylePropertyValue(source)
Constructors
Link copied to clipboard
constructor(offsetX: CSSLengthNumericValue, offsetY: CSSLengthNumericValue, blurRadius: CSSLengthNumericValue? = null, color: CSSColorValue? = null)