UnreadCountView constructor

const UnreadCountView({
  1. Key? key,
  2. int count = 0,
  3. double size = 13,
  4. EdgeInsetsGeometry? margin,
})

Implementation

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