ScreenTransitionAnimationSettings constructor
const
ScreenTransitionAnimationSettings({
- bool animateTabTransition = false,
- Duration duration = const Duration(milliseconds: 300),
- Curve curve = Curves.ease,
- ScreenTransitionAnimationType screenTransitionAnimationType = ScreenTransitionAnimationType.fadeIn,
Implementation
const ScreenTransitionAnimationSettings({
this.animateTabTransition = false,
this.duration = const Duration(milliseconds: 300),
this.curve = Curves.ease,
this.screenTransitionAnimationType = ScreenTransitionAnimationType.fadeIn,
});