menu
flutter_input_chips package
documentation
flutter_input_chips.dart
InputChipsController
removeChip method
removeChip method
dark_mode
light_mode
removeChip
method
void
removeChip
(
String
chip
)
Implementation
void removeChip(String chip) { _chips.remove(chip); notifyListeners(); }
flutter_input_chips package
documentation
flutter_input_chips
InputChipsController
removeChip method
InputChipsController class