menu
flutter_input_chips package
documentation
flutter_input_chips.dart
InputChipsController
addAllChips method
addAllChips method
dark_mode
light_mode
addAllChips
method
void
addAllChips
(
List
<
String
>
chips
)
Implementation
void addAllChips(List<String> chips) { _chips.addAll(chips); notifyListeners(); }
flutter_input_chips package
documentation
flutter_input_chips
InputChipsController
addAllChips method
InputChipsController class