IconStyle

data class IconStyle(val color: Color, val padding: PaddingValues = PaddingValues(0.dp)) : StreamStyle

Represents an icon style. Consists of color and padding.

Parameters

color

the color applied as tint to the icon.

padding

the padding applied to the icon.

Constructors

Link copied to clipboard
constructor(color: Color, padding: PaddingValues = PaddingValues(0.dp))

Properties

Link copied to clipboard
Link copied to clipboard