BadgeContainer constructor
const
BadgeContainer({})
Implementation
const BadgeContainer({
Key? key,
this.badgeColor = Colors.red,
this.count = 0,
this.notifiAsDot = false,
this.countStyle = const TextStyle(
color: Colors.white, fontSize: 8, fontWeight: FontWeight.bold),
}) : super(key: key);