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

PlatformTextStyle

Provides Android specific TextStyle configuration options for styling and compatibility.

Source set: Android
public class PlatformTextStyle

Provides Android specific TextStyle configuration options for styling and compatibility.

Properties

spanStyle

Source set: Android
public val spanStyle: PlatformSpanStyle?

Android specific text span styling and compatibility configuration.

paragraphStyle

Source set: Android
public val paragraphStyle: PlatformParagraphStyle?

Android specific paragraph styling and compatibility configuration.

Source set: Common
public class PlatformTextStyle

Provides platform specific TextStyle configuration options for styling and compatibility.

Properties

spanStyle

Source set: Common
public val spanStyle: PlatformSpanStyle?

Platform specific text span styling and compatibility configuration.

paragraphStyle

Source set: Common
public val paragraphStyle: PlatformParagraphStyle?

Platform specific paragraph styling and compatibility configuration.