menu
chart_xutil package
documentation
chart_xutil.dart
TreeNode<T extends TreeNode<T>>
lastChild property
lastChild property
dark_mode
light_mode
lastChild
property
T
get
lastChild
Implementation
T get lastChild { return childAt(_childrenList.length - 1); }
chart_xutil package
documentation
chart_xutil
TreeNode<T extends TreeNode<T>>
lastChild property
TreeNode class