class TextDecoration
Type-safe definition of CSS text decoration.
(js)
<init> |
Type-safe definition of CSS text decoration. TextDecoration(line: TextDecorationLine? = null, style: TextDecorationStyle? = null, color: Color? = null) |
(js)
toString |
fun toString(): String |