toggleExpandChildren method

void toggleExpandChildren()

Implementation

void toggleExpandChildren() {
  _expandChildren = !_expandChildren;
  notifyListeners();
}