withAnimation method

HeatmapChartSeries withAnimation(
  1. HeatmapAnimationStyle value
)

Replaces HeatmapChartSeries.animation with value.

Implementation

HeatmapChartSeries withAnimation(HeatmapAnimationStyle value) =>
    copyWith(animation: value);