withEntranceMode method

HeatmapAnimationStyle withEntranceMode(
  1. HeatmapEntranceMode value
)

Replaces HeatmapAnimationStyle.entranceMode with value.

Implementation

HeatmapAnimationStyle withEntranceMode(HeatmapEntranceMode value) =>
    copyWith(entranceMode: value);