bool get expand => _expand;
set expand(bool b) { _expand = b; for (var element in _childrenList) { element.expand = b; } }