isAnimationEqual method
Implementation
bool isAnimationEqual(OpacityAnimatedWidget other) =>
listEquals(values, other.values) &&
duration == other.duration &&
curve == other.curve &&
delay == other.delay;
bool isAnimationEqual(OpacityAnimatedWidget other) =>
listEquals(values, other.values) &&
duration == other.duration &&
curve == other.curve &&
delay == other.delay;