withEntranceScale method
- double value
Replaces HeatmapAnimationStyle.entranceScale with value.
Implementation
HeatmapAnimationStyle withEntranceScale(double value) =>
copyWith(entranceScale: value);
Replaces HeatmapAnimationStyle.entranceScale with value.
HeatmapAnimationStyle withEntranceScale(double value) =>
copyWith(entranceScale: value);