🌈 Create new beautiful Compose Gradients with our new wesite ->
Interface

TextStyleScope

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

Source set: Common
public interface TextStyleScope

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

Functions

textStyle

Source set: Common
public fun textStyle(value: TextStyle)

Applies a complete TextStyle object to the component. This is a convenient way to set multiple text-related properties at once. Text properties are inherited by child text components unless overridden.

This property is inherited.

Parameters

value The TextStyle to apply.

Content updated: