MeasureAxis constructor
const
MeasureAxis({
- bool showLine = false,
- LineStyle lineStyle = const LineStyle(),
- LabelStyle labelStyle = const LabelStyle(),
- int? gapAxisToLabel = 5,
- LabelAnchor labelAnchor = LabelAnchor.centered,
- int tickLength = 3,
- String tickLabelFormatter(
- num? measure
- NumericTickProvider? numericTickProvider,
- NumericViewport? numericViewport,
- bool noRenderSpec = false,
- bool useGridLine = false,
- LineStyle gridLineStyle = const LineStyle(),
- LineStyle tickLineStyle = const LineStyle(),
Implementation
const MeasureAxis({
this.showLine = false,
this.lineStyle = const LineStyle(),
this.labelStyle = const LabelStyle(),
this.gapAxisToLabel = 5,
this.labelAnchor = LabelAnchor.centered,
this.tickLength = 3,
this.tickLabelFormatter,
this.numericTickProvider,
this.numericViewport,
super.noRenderSpec,
super.useGridLine,
super.gridLineStyle,
super.tickLineStyle,
});