NotificationBadge constructor
const
NotificationBadge({})
Implementation
const NotificationBadge({
super.key,
required this.child,
required this.count,
this.showZero = false,
this.badgeColor,
this.textColor,
this.size = 20.0,
this.alignment = Alignment.topRight,
this.padding = const EdgeInsets.all(4.0),
});