PhoenixBadge constructor

const PhoenixBadge({
  1. Key? key,
  2. String? label,
  3. Color? labelBGColor,
  4. Color? labelTextColor,
})

Implementation

const PhoenixBadge({
  super.key,
  this.label,
  this.labelBGColor,
  this.labelTextColor,
});