OudsBadgeIcon

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

Constructors

Link copied to clipboard
constructor(painter: Painter, tinted: Boolean = true)

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

constructor(imageVector: ImageVector, tinted: Boolean = true)

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

constructor(bitmap: ImageBitmap, tinted: Boolean = true)

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

Types