AnimationDirection constructor

const AnimationDirection(
  1. String value
)

Creates an animation direction value.

Implementation

const AnimationDirection(this.value);