CometChatBadge constructor
const
CometChatBadge({
- Key? key,
- required int count,
- BadgeStyle style = const BadgeStyle(),
Creates a widget that that gives date UI.
Implementation
const CometChatBadge(
{super.key, required this.count, this.style = const BadgeStyle()});