Icon

constructor(painter: Painter, contentDescription: String)

Creates an instance of OudsButton.Icon.

Parameters

painter

Painter of the icon.

contentDescription

The content description associated with this OudsButton.Icon. This value is ignored if the button also contains text.


constructor(imageVector: ImageVector, contentDescription: String)

Creates an instance of OudsButton.Icon.

Parameters

imageVector

Image vector of the icon.

contentDescription

The content description associated with this OudsButton.Icon. This value is ignored if the button also contains text.


constructor(bitmap: ImageBitmap, contentDescription: String)

Creates an instance of OudsButton.Icon.

Parameters

bitmap

Image bitmap of the icon.

contentDescription

The content description associated with this OudsButton.Icon. This value is ignored if the button also contains text.