OudsButtonIcon

An icon in an OudsButton. This icon is non-clickable.

Constructors

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

Creates an instance of OudsButtonIcon.

constructor(imageVector: ImageVector, contentDescription: String)

Creates an instance of OudsButtonIcon.

constructor(bitmap: ImageBitmap, contentDescription: String)

Creates an instance of OudsButtonIcon.

Types

Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard

The Jetpack Compose UI for this component content.

open override fun Content(modifier: Modifier)

The Jetpack Compose UI for this component content. Subclasses must implement this method to provide content.