menu
e_chart_ext package
documentation
e_chart_ext.dart
TreeMapNode
removeChild method
removeChild method
dark_mode
light_mode
removeChild
method
void
removeChild
(
bool
filter
(
TreeMapNode
)
)
inherited
Implementation
void removeChild(bool Function(T) filter) { _childrenList.removeWhere(filter); }
e_chart_ext package
documentation
e_chart_ext
TreeMapNode
removeChild method
TreeMapNode class