clear method

void clear()

Implementation

void clear() {
  _tocList!.clear();
  _widgets!.clear();
}