MinBadgeWrapper constructor
const
MinBadgeWrapper({
- Key? key,
- required Widget label,
- required Widget child,
- MinBadgeVariant variant = MinBadgeVariant.primary,
- MinBadgePosition position = MinBadgePosition.topRight,
- Offset? offset,
- Widget? icon,
- BoxDecoration? badgeDecoration,
Implementation
const MinBadgeWrapper({
super.key,
required this.label,
required this.child,
this.variant = MinBadgeVariant.primary,
this.position = MinBadgePosition.topRight,
this.offset,
this.icon,
this.badgeDecoration,
});