ChartInteractionLayer constructor
const
ChartInteractionLayer({})
Implementation
const ChartInteractionLayer({
super.key,
required this.zoomController,
required this.child,
this.onTap,
this.onCrosshairMove,
this.onCrosshairEnd,
this.onDoubleTap,
});