FadeThroughTransition constructor
const
FadeThroughTransition({})
Creates a FadeThroughTransition.
The animation
and secondaryAnimation
argument are required and must
not be null.
Implementation
const FadeThroughTransition({
super.key,
required this.animation,
required this.secondaryAnimation,
this.fillColor,
this.child,
});