withStaggerFraction method

HeatmapAnimationStyle withStaggerFraction(
  1. double value
)

Replaces HeatmapAnimationStyle.staggerFraction with value.

Implementation

HeatmapAnimationStyle withStaggerFraction(double value) =>
    copyWith(staggerFraction: value);