Icon

class Icon : OudsComponentIcon<Nothing>

An icon in an OudsNavigationBarItem. To be accessible, its contentDescription should not be empty if there is no label for the item or if alwaysShowLabel is set to false.

Constructors

Link copied to clipboard
constructor(painter: Painter, contentDescription: String)

Creates an instance of OudsNavigationBarItem.Icon.

constructor(imageVector: ImageVector, contentDescription: String)

Creates an instance of OudsNavigationBarItem.Icon.

constructor(bitmap: ImageBitmap, contentDescription: String)

Creates an instance of OudsNavigationBarItem.Icon.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard