remove property
Event fired when the chip is removed which returns the value of the chip.
Implementation
@Output()
Stream get remove => _remove.stream;
Event fired when the chip is removed which returns the value of the chip.
@Output()
Stream get remove => _remove.stream;