menu
nice2dev_flutter_ui package
documentation
data/nice_tree_view.dart
NiceTreeNode<T>
isLeaf property
isLeaf property
dark_mode
light_mode
isLeaf
property
bool
get
isLeaf
Implementation
bool get isLeaf => children.isEmpty;
nice2dev_flutter_ui package
documentation
data/nice_tree_view
NiceTreeNode<T>
isLeaf property
NiceTreeNode class