menu
charts_common_sa package
documentation
common.dart
BaseChart<D>
removeView method
removeView method
dark_mode
light_mode
removeView
method
void
removeView
(
LayoutView
view
)
Implementation
void removeView(LayoutView view) { _layoutManager.removeView(view); }
charts_common_sa package
documentation
common
BaseChart<D>
removeView method
BaseChart class