TextDecoration(line: TextDecorationLine? = null, style: TextDecorationStyle? = null)
Creates CSS text decoration with given line and style.
TextDecoration(line: TextDecorationLine? = null, style: TextDecorationStyle? = null, color: Int)
Creates CSS text decoration with given line, style and color given in hex format.
TextDecoration(line: TextDecorationLine? = null, style: TextDecorationStyle? = null, color: Col)
Creates CSS text decoration with given line, style and color given with named constant.