TreeViewController class

Constructors

TreeViewController.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
nodeControllers Map<TreeNode?, ExpansionTileController>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

collapseAllNodes() → void
collapseNode(String key) → void
dispose() → void
expandNode(String key) → void
isNodeExpanded(String key) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerController(TreeNode node, ExpansionTileController controller) → void
toggleNode(String key) → void
toString() String
A string representation of this object.
inherited
unregisterController(String nodeKey) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited