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