Icon

class Icon : OudsComponentIcon<OudsButton.Icon.ExtraParameters>

A button icon in an OudsButton. It is non-clickable and no content description is needed cause a button label is always present.

Constructors

Link copied to clipboard
constructor(painter: Painter, contentDescription: String)

Creates an instance of OudsButton.Icon.

constructor(imageVector: ImageVector, contentDescription: String)

Creates an instance of OudsButton.Icon.

constructor(bitmap: ImageBitmap, contentDescription: String)

Creates an instance of OudsButton.Icon.

Types

Link copied to clipboard
data class ExtraParameters : OudsComponentContent.ExtraParameters

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard