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