textShadow

fun StyleScope.textShadow(offsetX: CSSLengthNumericValue, offsetY: CSSLengthNumericValue, blurRadius: CSSLengthNumericValue? = null, color: CSSColorValue? = null)(source)
fun StyleScope.textShadow(vararg textShadows: CSSTextShadow)(source)
fun StyleScope.textShadow(textShadow: TextShadow)(source)