Icon

A top app bar action that displays an icon.

Constructors

Link copied to clipboard
constructor(painter: Painter, contentDescription: String, badge: OudsTopAppBarActionBadge? = null, onClick: () -> Unit)

Creates an instance of OudsTopAppBarAction.Icon.

constructor(imageVector: ImageVector, contentDescription: String, badge: OudsTopAppBarActionBadge? = null, onClick: () -> Unit)

Creates an instance of OudsTopAppBarAction.Icon.

constructor(bitmap: ImageBitmap, contentDescription: String, badge: OudsTopAppBarActionBadge? = null, onClick: () -> Unit)

Creates an instance of OudsTopAppBarAction.Icon.

Functions

Link copied to clipboard
fun Content(extraParameters: Nothing)
fun Content(modifier: Modifier, extraParameters: Nothing)

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.