withEntranceScale method

HeatmapAnimationStyle withEntranceScale(
  1. double value
)

Replaces HeatmapAnimationStyle.entranceScale with value.

Implementation

HeatmapAnimationStyle withEntranceScale(double value) =>
    copyWith(entranceScale: value);