textShadow
fun StyleScope.textShadow(offsetX: CSSLengthNumericValue, offsetY: CSSLengthNumericValue, blurRadius: CSSLengthNumericValue? = null, color: CSSColorValue? = null)(source)
Deprecated
Use `textShadow(TextShadow.of(...))` instead
Replace with
textShadow(TextShadow.of(offsetX, offsetY, blurRadius, color))
Content copied to clipboard
Deprecated
Use `textShadow(TextShadow.list(...))` instead
Replace with
textShadow(TextShadow.list(*shadows))
Content copied to clipboard