OudsChipIcon

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

Creates an instance of OudsChipIcon.

Parameters

painter

Painter of the icon.

contentDescription

The content description associated with this OudsChipIcon. This value is ignored if the chip also contains a label.

tinted

Controls whether the icon should be tinted with the theme color. Defaults to true. When set to false, the icon is displayed with its original colors (e.g., for multi-color icons). Note that untinted icons must ensure sufficient contrast with the background for accessibility reasons.


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

Creates an instance of OudsChipIcon.

Parameters

imageVector

Image vector of the icon.

contentDescription

The content description associated with this OudsChipIcon. This value is ignored if the chip also contains a label.

tinted

Controls whether the icon should be tinted with the theme color. Defaults to true. When set to false, the icon is displayed with its original colors (e.g., for multi-color icons). Note that untinted icons must ensure sufficient contrast with the background for accessibility reasons.


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

Creates an instance of OudsChipIcon.

Parameters

bitmap

Image bitmap of the icon.

contentDescription

The content description associated with this OudsChipIcon. This value is ignored if the chip also contains a label.

tinted

Controls whether the icon should be tinted with the theme color. Defaults to true. When set to false, the icon is displayed with its original colors (e.g., for multi-color icons). Note that untinted icons must ensure sufficient contrast with the background for accessibility reasons.