AxisPointer constructor

AxisPointer({
  1. String? type,
  2. LineStyle? lineStyle,
  3. ShadowStyle? shadowStyle,
})

Implementation

AxisPointer({this.type, this.lineStyle, this.shadowStyle});