BadgeWidget constructor
const
BadgeWidget({})
Implementation
const BadgeWidget({
super.key,
required this.child,
this.count,
this.showBadge = true,
this.position = BadgePosition.topRight,
this.color,
});
const BadgeWidget({
super.key,
required this.child,
this.count,
this.showBadge = true,
this.position = BadgePosition.topRight,
this.color,
});