class TextShadow
Type-safe definition of CSS text shadow.
hShadow
- the position of the horizontal shadow
vShadow
- the position of the vertical shadow
(js)
<init> |
Type-safe definition of CSS text shadow. TextShadow(hShadow: CssSize? = null, vShadow: CssSize? = null, blurRadius: CssSize? = null, color: Color? = null) |
(js)
toString |
fun toString(): String |