ChartToolbox constructor

ChartToolbox({
  1. ToolboxFeature? feature,
  2. bool show = false,
})

Implementation

ChartToolbox({this.feature, this.show = false});