ChartToolbox constructor
ChartToolbox({
- ToolboxFeature? feature,
- bool show = false,
Implementation
ChartToolbox({this.feature, this.show = false});
ChartToolbox({this.feature, this.show = false});