textShadow

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