Compose Unstyled 2.0 is out! Check the official announcement blog ->
Interface

TextDecorationScope

An interface that introduces the textDecoration property to a Style receiver scope.

Source set: Common
@ExperimentalFoundationStyleApi
interface TextDecorationScope

An interface that introduces the textDecoration property to a Style receiver scope.

Functions

textDecoration

fun textDecoration(value: TextDecoration) // int enum (mask?) 2 possible values

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.

Last updated: