NavigationTransformationController constructor
NavigationTransformationController({
- required TickerProvider vsync,
Implementation
NavigationTransformationController({required this.vsync}) {
_animationController = AnimationController(
vsync: vsync, duration: const Duration(milliseconds: 300));
}