kvision / pl.treksoft.kvision.core / TextShadow

TextShadow

(js) class TextShadow

Type-safe definition of CSS text shadow.

Parameters

hShadow - the position of the horizontal shadow

vShadow - the position of the vertical shadow

blurRadius - the blur radius

color - color of the shadow

Constructors

(js)

<init>

Type-safe definition of CSS text shadow.

TextShadow(hShadow: CssSize? = null, vShadow: CssSize? = null, blurRadius: CssSize? = null, color: Color? = null)

Functions

(js)

toString

fun toString(): String