OudsControlItemIcon

constructor(painter: Painter, tinted: Boolean = true)

Creates an instance of OudsControlItemIcon.

Parameters

painter

Painter of the icon.

tinted

Controls whether the icon should be tinted with the theme color. Defaults to true.


constructor(imageVector: ImageVector, tinted: Boolean = true)

Creates an instance of OudsControlItemIcon.

Parameters

imageVector

Image vector of the icon.

tinted

Controls whether the icon should be tinted with the theme color. Defaults to true.


constructor(bitmap: ImageBitmap, tinted: Boolean = true)

Creates an instance of OudsControlItemIcon.

Parameters

bitmap

Image bitmap of the icon.

tinted

Controls whether the icon should be tinted with the theme color. Defaults to true.