NotificationBadge constructor

const NotificationBadge({
  1. Key? key,
  2. int? count,
})

Implementation

const NotificationBadge({super.key, this.count});