PumaChip constructor

PumaChip({
  1. Widget? icon,
  2. Widget? text,
})

Implementation

PumaChip({
  this.icon,
  this.text,
});