ChartAxis constructor

const ChartAxis({
  1. bool noRenderSpec = false,
  2. bool useGridLine = false,
  3. LineStyle gridLineStyle = const LineStyle(),
  4. LineStyle tickLineStyle = const LineStyle(),
})

Implementation

const ChartAxis({
  this.noRenderSpec = false,
  this.useGridLine = false,
  this.gridLineStyle = const LineStyle(),
  this.tickLineStyle = const LineStyle(),
});