AxisSpec<D> constructor
const
AxisSpec<D> ({
- RenderSpec<
D> ? renderSpec, - TickProviderSpec<
D> ? tickProviderSpec, - TickFormatterSpec<
D> ? tickFormatterSpec, - bool? showAxisLine,
- ScaleSpec<
D> ? scaleSpec,
Implementation
const AxisSpec({
this.renderSpec,
this.tickProviderSpec,
this.tickFormatterSpec,
this.showAxisLine,
this.scaleSpec,
});