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

ResolvedTextDirection

Describes the directionality of a text.

Source set: Common
public enum class ResolvedTextDirection {
    /** Represents the text that is left-to-right. */
    Ltr,

    /** Represents the text that is right-to-left. */
    Rtl,
}

Describes the directionality of a text.

Members

Ltr

Source set: Common
Ltr

Represents the text that is left-to-right.

Rtl

Source set: Common
Rtl

Represents the text that is right-to-left.