AepTextStyle

Class representing the style of an AEPText composable.

Public Properties

Property
Type
Description
modifier
Modifier?
The modifier to be applied to the text.
textStyle
TextStyle?
The style configuration for the text such as color, font, and line height.
overflow
TextOverflow?
The overflow strategy for the text.
softWrap
Boolean?
Whether the text should break at soft line breaks.
maxLines
Int?
The maximum number of lines to display.
minLines
Int?
The minimum number of lines to display.