onChipSelected method
sets the selected chip's value to the text field
Implementation
void onChipSelected(String value) {
textCtrl.text = value;
}
sets the selected chip's value to the text field
void onChipSelected(String value) {
textCtrl.text = value;
}