AxisPointer constructor
const
AxisPointer({
- bool show = false,
- AxisPointerType type = AxisPointerType.none,
- AxisPointerAxis axis = AxisPointerAxis.auto,
- bool? snap,
- LineStyle? lineStyle,
- BoxShadow? shadowStyle,
- LineStyle? crossStyle,
- LabelStyle labelStyle = const LabelStyle(),
Implementation
const AxisPointer({
this.show = false,
this.type = AxisPointerType.none,
this.axis = AxisPointerAxis.auto,
this.snap,
this.lineStyle ,
this.shadowStyle,
this.crossStyle,
this.labelStyle = const LabelStyle(),
});