OudsSugesstionChip constructor

const OudsSugesstionChip({
  1. Key? key,
  2. String? label,
  3. String? avatar,
  4. VoidCallback? onPressed,
})

Implementation

const OudsSugesstionChip({
  super.key,
  this.label,
  this.avatar,
  this.onPressed,
});