CometChatBadge constructor

const CometChatBadge({
  1. Key? key,
  2. required int count,
  3. BadgeStyle style = const BadgeStyle(),
})

Creates a widget that that gives date UI.

Implementation

const CometChatBadge(
    {super.key, required this.count, this.style = const BadgeStyle()});