TextContainerStyle

data class TextContainerStyle(val size: ComponentSize, val padding: ComponentPadding, val backgroundColor: Color, val textStyle: TextStyle)

Represents the styling for the text component.

Parameters

size

The size of the component.

padding

The padding of the component.

backgroundColor

The background color of the component.

textStyle

The text style of the component.

Constructors

Link copied to clipboard
constructor(size: ComponentSize, padding: ComponentPadding, backgroundColor: Color, textStyle: TextStyle)

Properties

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