textShadow

CSS Text shadow of the current component.


fun Modifier.textShadow(hShadow: CssSize? = null, vShadow: CssSize? = null, blurRadius: CssSize? = null, color: Color? = null): Modifier(source)

Set the CSS Text shadow of the current component.