Badge.primary constructor

const Badge.primary(
  1. String label, {
  2. Component? icon,
  3. BadgeSize size = BadgeSize.md,
  4. Key? key,
})

Primary badge

Implementation

const Badge.primary(
  this.label, {
  this.icon,
  this.size = BadgeSize.md,
  super.key,
})  : style = BadgeStyle.primary,
      variant = null;