ReverseAnimation constructor Null safety
Creates a reverse animation.
The parent argument must not be null.
Implementation
ReverseAnimation(this.parent)
  : assert(parent != null);Creates a reverse animation.
The parent argument must not be null.
ReverseAnimation(this.parent)
  : assert(parent != null);