isCollapsed property
bool
isCollapsed
Returns true
if this node is collapsed.
This is a mutable property, notifyListeners is called to notify all registered listeners.
Implementation
bool get isCollapsed => _isCollapsed;
Returns true
if this node is collapsed.
This is a mutable property, notifyListeners is called to notify all registered listeners.
bool get isCollapsed => _isCollapsed;