OudsLinkIcon

An icon in an OudsLink. This icon is non-clickable and no content description is needed because a link label is always present.

Constructors

Link copied to clipboard
constructor(painter: Painter)

Creates an instance of OudsLinkIcon.

constructor(imageVector: ImageVector)

Creates an instance of OudsLinkIcon.

constructor(bitmap: ImageBitmap)

Creates an instance of OudsLinkIcon.

Types

Functions

Link copied to clipboard
fun Content(modifier: Modifier, extraParameters: OudsLinkIcon.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.