addChip method

void addChip(
  1. Element chipEl, [
  2. bool appendToRoot = false
])

Implementation

void addChip(Element chipEl, [bool appendToRoot = false]) {
  js.addChip(chipEl);
  if (appendToRoot) root.append(chipEl);
}