BoxBadge

interface BoxBadge

Represents the basic properties needed to create a KPBoxBadge, including a title, an icon, and colors for the background and icon tint.

Inheritors

Properties

Link copied to clipboard

The background color of the box containing the badge.

Link copied to clipboard
abstract val icon: ImageVector

The icon to be displayed in the badge.

Link copied to clipboard
abstract val iconTintColor: Color

The tint color to be applied to the icon.

Link copied to clipboard
abstract val title: String

The title text to be displayed in the badge.