enableDoubleTapZooming property
final
Enables or disables the double tap zooming.
Defaults to false
Widget build(BuildContext context) {
return Container(
child: SfCartesianChart(
zoomPanBehavior: ZoomPanBehavior(enableDoubleTapZooming: true),
));
}
Implementation
final bool enableDoubleTapZooming