withEntranceMode method
- HeatmapEntranceMode value
Replaces HeatmapAnimationStyle.entranceMode with value.
Implementation
HeatmapAnimationStyle withEntranceMode(HeatmapEntranceMode value) =>
copyWith(entranceMode: value);
Replaces HeatmapAnimationStyle.entranceMode with value.
HeatmapAnimationStyle withEntranceMode(HeatmapEntranceMode value) =>
copyWith(entranceMode: value);