menu
flutter_treeview package
documentation
flutter_treeview
TreeViewController
TreeViewController constructor
TreeViewController
brightness_4
TreeViewController
constructor
Null safety
TreeViewController
(
{
List
<
Node
>
children
=
const []
,
String
?
selectedKey
}
)
Implementation
TreeViewController({ this.children: const [], this.selectedKey, });
flutter_treeview package
documentation
flutter_treeview
TreeViewController
TreeViewController constructor
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 ==