IconStyle

data class IconStyle(val painter: Painter, val tint: Color, val size: ComponentSize)

Represents the styling for the icon component.

Parameters

painter

The painter to use for the icon.

tint

The tint color for the icon.

size

The size of the icon.

Constructors

Link copied to clipboard
constructor(painter: Painter, tint: Color, size: ComponentSize)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tint: Color