NotificationBadgeWidget constructor
const
NotificationBadgeWidget({})
Implementation
const NotificationBadgeWidget({
super.key,
this.count,
required this.child,
this.hideWhenZero = true,
this.maxCount = 99,
this.backgroundColor,
this.textColor,
this.alignment,
this.offset,
this.textStyle,
this.isLabelVisible = true,
});