GenericFadeTransition constructor
GenericFadeTransition({})
Implementation
GenericFadeTransition({
required this.child,
this.delay = const Duration(),
this.duration = const Duration(seconds: 1),
this.xEnd = 0,
this.xStart = 0,
this.yStart = 100,
this.yEnd = 0,
this.animationCurve = Curves.ease,
this.onStart,
this.onComplete,
});