AlertCount constructor

const AlertCount({
  1. Key? key,
  2. required int count,
  3. Color? badgeBgColor,
})

Implementation

const AlertCount({super.key, required this.count, this.badgeBgColor});