AxisSpec<D> constructor

const AxisSpec<D>({
  1. RenderSpec<D>? renderSpec,
  2. TickProviderSpec<D>? tickProviderSpec,
  3. TickFormatterSpec<D>? tickFormatterSpec,
  4. bool? showAxisLine,
  5. ScaleSpec<D>? scaleSpec,
})

Implementation

const AxisSpec({
  this.renderSpec,
  this.tickProviderSpec,
  this.tickFormatterSpec,
  this.showAxisLine,
  this.scaleSpec,
});