OudsControlItemIcon

An icon in a control item like OudsCheckboxItem or OudsRadioButtonItem. It is not clickable and requires no content description because a control item label is always present.

Constructors

Link copied to clipboard
constructor(painter: Painter)

Creates an instance of OudsControlItemIcon.

constructor(imageVector: ImageVector)

Creates an instance of OudsControlItemIcon.

constructor(bitmap: ImageBitmap)

Creates an instance of OudsControlItemIcon.

Types

Functions

Link copied to clipboard
open override fun Content(modifier: Modifier)

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

The Jetpack Compose UI for this component content.