TextConfiguration

Class

Android
public class TextConfiguration(
    public val textAlign: TextAlign?,
    public val overflow: TextOverflow,
    public val maxLines: Int,
)

Class representing aspects of Text that can be configured with LocalTextConfiguration.

Parameters

textAlignThe alignment of the text within the lines of the paragraph.
overflowHow visual overflow should be handled.
maxLinesThe maximum number of lines for the text to span, wrapping if necessary.