textDecoration

CSS Text decoration of the current component.


fun Modifier.textDecoration(line: TextDecorationLine? = null, style: TextDecorationStyle? = null, color: Color? = null): Modifier(source)

Set the CSS Text decoration of the current component.