HMChoiceChips constructor
const
HMChoiceChips({})
Implementation
const HMChoiceChips(
{this.disabled = false,
this.hidden = false,
this.radius,
this.selectedColor,
this.isFilled,
this.avatar,
required this.label,
this.borderSide,
this.textColor,
this.backgroundColor,
required this.onSelected,
super.key});