TextComponentStyle

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

Parameters

color

The color of the component.

style

The style of the component.

maxLines

The maximum number of lines the component can have.

overflow

The overflow behavior of the component.