TextShadow

class TextShadow(hShadow: <Error class: unknown class><Number, UNIT>? = null, vShadow: <Error class: unknown class><Number, UNIT>? = null, blurRadius: <Error class: unknown class><Number, UNIT>? = null, color: Color? = null)

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

Link copied to clipboard
constructor(hShadow: <Error class: unknown class><Number, UNIT>? = null, vShadow: <Error class: unknown class><Number, UNIT>? = null, blurRadius: <Error class: unknown class><Number, UNIT>? = null, color: Color? = null)

Functions

Link copied to clipboard
open override fun toString(): String