CrosshairRenderArgs constructor
CrosshairRenderArgs([
- ChartAxis? axis,
- dynamic value,
- String? axisName,
- AxisOrientation? orientation,
Creating an argument constructor of CrosshairRenderArgs class.
Implementation
CrosshairRenderArgs([this.axis, this.value, this.axisName, this.orientation]);