remove method

void remove()

Implementation

void remove() {
  pathWidgets.removeLast();
  refreshState();
}