TextComponentStyle

data class TextComponentStyle(val color: Color, val style: TextStyle, val maxLines: Int = Int.MAX_VALUE, val overflow: TextOverflow = TextOverflow.Clip)

Represents the styling for the text component.

Constructors

Link copied to clipboard
constructor(color: Color, style: TextStyle, maxLines: Int = Int.MAX_VALUE, overflow: TextOverflow = TextOverflow.Clip)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard