AxisPointer constructor

const AxisPointer({
  1. bool show = false,
  2. AxisPointerType type = AxisPointerType.none,
  3. AxisPointerAxis axis = AxisPointerAxis.auto,
  4. bool? snap,
  5. LineStyle? lineStyle,
  6. BoxShadow? shadowStyle,
  7. LineStyle? crossStyle,
  8. 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(),
});