withEntranceOrder method
- HeatmapEntranceOrder value
Replaces HeatmapAnimationStyle.entranceOrder with value.
Implementation
HeatmapAnimationStyle withEntranceOrder(HeatmapEntranceOrder value) =>
copyWith(entranceOrder: value);
Replaces HeatmapAnimationStyle.entranceOrder with value.
HeatmapAnimationStyle withEntranceOrder(HeatmapEntranceOrder value) =>
copyWith(entranceOrder: value);