UnreadCountView constructor

const UnreadCountView({
  1. Key? key,
  2. int count = 0,
})

Implementation

const UnreadCountView({Key? key, this.count = 0}) : super(key: key);