AepTextStyle
Class representing the style of an AEPText composable.
Public Properties
Property | Type | Description |
---|---|---|
modifier | The modifier to be applied to the text. | |
textStyle | The style configuration for the text such as color, font, and line height. | |
overflow | 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. |