withEntranceMode method
Replaces PathAnimationStyle.entranceMode with value.
Implementation
PathAnimationStyle withEntranceMode(PathEntranceAnimationMode value) =>
copyWith(entranceMode: value);
Replaces PathAnimationStyle.entranceMode with value.
PathAnimationStyle withEntranceMode(PathEntranceAnimationMode value) =>
copyWith(entranceMode: value);