You can edit 8 Components for free. Get premium for unlimited access.
Displays a badge or a component that looks like a badge.
The Badge Notification is a customizable component which can be used to display small or medium-sized notification indicators, such as for unread messages or app notifications.
This component inherits props from the Badge Notification.
You can edit the size with the md or sm parameter.

Image 2.1 : Type md

Image 2.2 : Type sm
The DLBadgeNotification is a customizable component which can be used to display small or medium-sized notification indicators, such as for unread messages or app notifications.
This component inherits props from the Badge Notification.
You can edit the size with the .sm or .md(text: String) parameter.
The BadgeNotification is a customizable component which can be used to display small or medium-sized notification indicators, such as for unread messages or app notifications.
This component inherits props from the Badge Notification.
You can edit the size with the BadgeNotificationSize.sm or BadgeNotificationSize.md parameter.
Preview
Code
Wrap(
spacing: DlSpacingTokens.p_12,
children: const [
DlBadge(
size: DlBadgeSize.sm
),
DlBadge(
size: DlBadgeSize.md,
value: '2'
),
],
)Add this code example to your project to see how the component works.
const DlBadge(
size: DlBadgeSize.md,
value: '99',
)DlBadge is a compact status/count indicator with a fixed red style. It supports two sizes: a small dot sm and a text badge md for numeric values.
Expand
Preview
Code
const DlBadge(
size: DlBadgeSize.md,
value: '99',
)You have questions or need help?
You want to try?
Save time and money?