ChartAxis constructor

const ChartAxis({
  1. bool noRenderSpec = false,
})

Implementation

const ChartAxis({
  this.noRenderSpec = false,
});