withAnimation method
- HeatmapAnimationStyle value
Replaces HeatmapChartSeries.animation with value.
Implementation
HeatmapChartSeries withAnimation(HeatmapAnimationStyle value) =>
copyWith(animation: value);
Replaces HeatmapChartSeries.animation with value.
HeatmapChartSeries withAnimation(HeatmapAnimationStyle value) =>
copyWith(animation: value);