ChartVisibilityOptions constructor
const
ChartVisibilityOptions({})
Implementation
const ChartVisibilityOptions({
this.showGrid = true,
this.showLegend = true,
this.showValues = false,
this.showLabels = true,
this.showAxisLabels = true,
});