Badge constructor
const
Badge(
- String label, {
- Component? icon,
- BadgeStyle? style,
- @Deprecated('Use style parameter instead') BadgeVariant? variant,
- BadgeSize size = BadgeSize.md,
- Key? key,
Implementation
const Badge(
this.label, {
this.icon,
this.style,
@Deprecated('Use style parameter instead') this.variant,
this.size = BadgeSize.md,
super.key,
});