OudsBadgeIcon

An icon in an OudsBadge. This icon is not clickable.

Constructors

Link copied to clipboard
constructor(painter: Painter)

Creates an instance of OudsBadgeIcon. A content description should be specified at OudsBadge level through semantics Modifier.

constructor(imageVector: ImageVector)

Creates an instance of OudsBadgeIcon. A content description should be specified at OudsBadge level through semantics Modifier.

constructor(bitmap: ImageBitmap)

Creates an instance of OudsBadgeIcon. A content description should be specified at OudsBadge level through semantics Modifier.

Types

Functions

Link copied to clipboard
fun Content(modifier: Modifier, extraParameters: OudsBadgeIcon.ExtraParameters)

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.