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