UnreadLabel constructor

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

Implementation

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