TenunInteractionLayer constructor
const
TenunInteractionLayer({
- Key? key,
- required Widget child,
- ChartController? controller,
- ChartTapCallback? onTap,
- ChartCrosshairCallback? onCrosshairMove,
- String? semanticsLabel,
- bool enableRtl = true,
- bool showCrosshair = true,
Implementation
const TenunInteractionLayer({
super.key,
required this.child,
this.controller,
this.onTap,
this.onCrosshairMove,
this.semanticsLabel,
this.enableRtl = true,
this.showCrosshair = true,
});