withEntranceMode method

PathAnimationStyle withEntranceMode(
  1. PathEntranceAnimationMode value
)

Replaces PathAnimationStyle.entranceMode with value.

Implementation

PathAnimationStyle withEntranceMode(PathEntranceAnimationMode value) =>
    copyWith(entranceMode: value);