SmallChip constructor

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

Implementation

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