HighchartsView constructor
HighchartsView({})
Implementation
HighchartsView({
super.key,
this.body,
this.debug = false,
this.foot,
this.head,
this.javaScriptModules = const [],
this.keepAlive = true,
this.onError,
this.onLoaded,
this.onLoading,
this.onMounted,
}) {
_stateBridge = _HighchartsViewStateBridge(this);
}