OudsSugesstionChip constructor
- Key? key,
- String? label,
- String? avatar,
- VoidCallback? onPressed,
Implementation
const OudsSugesstionChip({
super.key,
this.label,
this.avatar,
this.onPressed,
});
const OudsSugesstionChip({
super.key,
this.label,
this.avatar,
this.onPressed,
});