ChipEntry constructor

const ChipEntry(
  1. String label, {
  2. Color? color,
  3. Color? textColor,
  4. EdgeInsets? padding,
  5. Color? selectedColor,
  6. Color? selectedTextColor,
})

Implementation

const ChipEntry(
  this.label, {
  this.color,
  this.textColor,
  this.padding,
  this.selectedColor,
  this.selectedTextColor,
});