isAnimationEqual method

bool isAnimationEqual(
  1. ShakeAnimatedWidget other
)

Implementation

bool isAnimationEqual(ShakeAnimatedWidget other) =>
    shakeAngle == other.shakeAngle &&
    duration == other.duration &&
    curve == other.curve;