SmallChip constructor

SmallChip({
  1. String label = "",
  2. required Color color,
})

Implementation

SmallChip({
  this.label = "",
  required this.color,
});