ChatUIKitBadge constructor

const ChatUIKitBadge(
  1. int count, {
  2. Color? backgroundColor,
  3. Color? textColor,
  4. Color? boarderColor,
  5. Key? key,
})

Implementation

const ChatUIKitBadge(
  this.count, {
  this.backgroundColor,
  this.textColor,
  this.boarderColor,
  super.key,
});