menu
chart_xutil package
documentation
chart_xutil.dart
TreeNode<T extends TreeNode<T>>
isLeaf property
isLeaf property
dark_mode
light_mode
isLeaf
property
bool
get
isLeaf
Implementation
bool get isLeaf => childCount <= 0;
chart_xutil package
documentation
chart_xutil
TreeNode<T extends TreeNode<T>>
isLeaf property
TreeNode class