NotificationBadge constructor
const
NotificationBadge({})
Implementation
const NotificationBadge({
Key? key,
required this.child,
this.count = 0,
this.badgeColor,
this.countStyle,
this.alignment = Alignment.topRight,
this.notifyAsDot = false,
this.extraDot,
this.showDot = true,
}) : super(key: key);