BadgeWidget constructor

const BadgeWidget({
  1. Key? key,
  2. int count = 0,
  3. bool flag = false,
  4. double fontSize = 14,
})

Implementation

const BadgeWidget(
    {Key? key, this.count = 0, this.flag = false, this.fontSize = 14})
    : super(key: key);