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.