BadgeAppearance

Use badges to provide a visual indicator for various purposes, such as notifications, labels, status updates, and categories.

Entries

Link copied to clipboard

Use for general informational purposes like tips or updates that are important but not alarming.

Link copied to clipboard

Often used for warnings, reminders, or items that require attention but are not urgent. It suggests caution or something pending.

Link copied to clipboard

This variant is typically for urgent or high-priority matters that require immediate attention.

Link copied to clipboard

Use this variant to represent success, confirmation, or completion. It shows that something has been successfully completed or is in a "ready" state.

Link copied to clipboard

Use this to convey statuses that are less urgent or not active, in contrast to more attention grabbing colors.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.