onChipSelected method

void onChipSelected(
  1. String value
)

sets the selected chip's value to the text field

Implementation

void onChipSelected(String value) {
  textCtrl.text = value;
}