menu
flutter_treeview package
documentation
flutter_treeview
TreeViewController
children property
children
brightness_4
children
property
Null safety
List
<
Node
>
children
final
The data for the
TreeView
.
Implementation
final List<Node> children;
flutter_treeview package
documentation
flutter_treeview
TreeViewController
children property
TreeViewController class
Constructors
TreeViewController
Properties
asMap
children
hashCode
runtimeType
selectedKey
selectedNode
Methods
addNode
collapseAll
collapseToNode
copyWith
deleteNode
expandAll
expandToNode
getNode
getParent
loadJSON
loadMap
noSuchMethod
toggleNode
toString
updateNode
withAddNode
withCollapseAll
withCollapseToNode
withDeleteNode
withExpandAll
withExpandToNode
withToggleNode
withUpdateNode
Operators
operator ==