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.

Properties

Link copied to clipboard

Optional test tag for UI testing purposes.