menu
chart_xutil package
documentation
chart_xutil.dart
TreeNode<T extends TreeNode<T>>
removeChild method
removeChild method
dark_mode
light_mode
removeChild
method
void
removeChild
(
bool
filter
(
T
)
)
Implementation
void removeChild(bool Function(T) filter) { _childrenList.removeWhere(filter); }
chart_xutil package
documentation
chart_xutil
TreeNode<T extends TreeNode<T>>
removeChild method
TreeNode class