withEntranceOrder method

HeatmapAnimationStyle withEntranceOrder(
  1. HeatmapEntranceOrder value
)

Replaces HeatmapAnimationStyle.entranceOrder with value.

Implementation

HeatmapAnimationStyle withEntranceOrder(HeatmapEntranceOrder value) =>
    copyWith(entranceOrder: value);