OudsTagIcon

open class OudsTagIcon : OudsComponentIcon<OudsTagIcon.ExtraParameters>

An icon in an OudsTag. This icon is non-clickable. No content description is needed because a tag always contains a label.

Inheritors

Constructors

Link copied to clipboard
constructor(painter: Painter)

Creates an instance of OudsTagIcon.

constructor(imageVector: ImageVector)

Creates an instance of OudsTagIcon.

constructor(bitmap: ImageBitmap)

Creates an instance of OudsTagIcon.

Types

Link copied to clipboard
data object Bullet : OudsTagIcon

A bullet in an OudsTag. This bullet is non-clickable. No content description is needed because a tag always contains a label.

Link copied to clipboard
data class ExtraParameters : OudsComponentContent.ExtraParameters