toChoiceConfig method
Creates a ChoiceChipConfig using the string as label and id.
Implementation
ChoiceChipConfig toChoiceConfig({IconData? icon}) {
return ChoiceChipConfig(id: this, label: this, icon: icon);
}
Creates a ChoiceChipConfig using the string as label and id.
ChoiceChipConfig toChoiceConfig({IconData? icon}) {
return ChoiceChipConfig(id: this, label: this, icon: icon);
}