TextDecoration
class TextDecoration(lines: Set<TextDecorationLine>, val style: TextDecorationStyle? = null, val color: Color? = null)(source)
Constructors
Link copied to clipboard
constructor(lines: Set<TextDecorationLine>, style: TextDecorationStyle? = null, color: Color? = null)