const BadgeWraper({ Key? key, this.child, this.bageColor = Colors.red, this.showBadge = false, this.badgeCount, }) : super(key: key);