NiceNotificationBadge constructor
const
NiceNotificationBadge({})
Implementation
const NiceNotificationBadge({
super.key,
required this.child,
this.count = 0,
this.backgroundColor,
this.textColor,
this.showZero = false,
this.size = 18,
this.offset = const Offset(0, 0),
});