AnimationSet.normalSet constructor

const AnimationSet.normalSet()

Implementation

const AnimationSet.normalSet()
    : animationDuration = 0,
      onAnimationEnd = null,
      widgetIndicator = null,
      restartAnimation = false,
      animateFromLastPercent = false,
      curve = Curves.linear;