animationDuration property
Duration for animating the tooltip.
Defaults to 350
.
Widget build(BuildContext context) {
return Container(
child: SfCartesianChart(
tooltipBehavior: TooltipBehavior(enable: true, animationDuration: 1000),
));
}
Implementation
final int animationDuration;