OudsChoiceChip constructor
Creates an OUDS Choice Chip. Creates an OUDS Choice Chip.
text
- Text to be displayed into the chiponClick
- Callback called on chip click.enabled
- The action to be executed when the chips is pressed.leadingAvatar
- Widget of the icon.selected
- Specifies whether the chips is selected or not.
Implementation
const OudsChoiceChip({
super.key,
required this.text,
this.onClick,
this.enabled = true,
this.selected = false,
this.leadingAvatar,
});