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