withDataUpdateMode method
Replaces PathAnimationStyle.dataUpdateMode with value.
Implementation
PathAnimationStyle withDataUpdateMode(PathDataUpdateAnimationMode value) =>
copyWith(dataUpdateMode: value);
Replaces PathAnimationStyle.dataUpdateMode with value.
PathAnimationStyle withDataUpdateMode(PathDataUpdateAnimationMode value) =>
copyWith(dataUpdateMode: value);