menu
chart_xutil package
documentation
chart_xutil.dart
TreeNode<T extends TreeNode<T>>
firstChild property
firstChild property
dark_mode
light_mode
firstChild
property
T
get
firstChild
Implementation
T get firstChild { return childAt(0); }
chart_xutil package
documentation
chart_xutil
TreeNode<T extends TreeNode<T>>
firstChild property
TreeNode class