kvision / pl.treksoft.kvision.core / TextDecoration

TextDecoration

(js) class TextDecoration

Type-safe definition of CSS text decoration.

Parameters

line - text decoration line

style - text decoration style

color - text decoration color

Constructors

(js)

<init>

Type-safe definition of CSS text decoration.

TextDecoration(line: TextDecorationLine? = null, style: TextDecorationStyle? = null, color: Color? = null)

Functions

(js)

toString

fun toString(): String