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