NiceBadge constructor
Implementation
const NiceBadge({
super.key,
required this.child,
this.count,
this.label,
this.color,
this.show = true,
this.position = NiceBadgePosition.topRight,
this.dot = false,
});
const NiceBadge({
super.key,
required this.child,
this.count,
this.label,
this.color,
this.show = true,
this.position = NiceBadgePosition.topRight,
this.dot = false,
});