Source set: Common
public interface TextDecorationScope
An interface that introduces the textDecoration property to a Style receiver scope.
Functions
textDecoration
Source set: Common
public fun textDecoration(value: TextDecoration)
Sets the text decoration (e.g., underline, line-through). This property is inherited by child text components if not overridden. This affects drawing only and is a component of a TextStyle.
This property is inherited.
Parameters
| value | The TextDecoration to apply. |