isAnimationEqual method

bool isAnimationEqual(
  1. CustomAnimatedWidget other
)

Implementation

bool isAnimationEqual(CustomAnimatedWidget other) =>
    duration == other.duration &&
    curve == other.curve &&
    delay == other.delay;