withDataUpdateMode method

PathAnimationStyle withDataUpdateMode(
  1. PathDataUpdateAnimationMode value
)

Replaces PathAnimationStyle.dataUpdateMode with value.

Implementation

PathAnimationStyle withDataUpdateMode(PathDataUpdateAnimationMode value) =>
    copyWith(dataUpdateMode: value);