transitionAnimationController property

AnimationController? transitionAnimationController
final

The animation controller that controls the sheet's entrance and exit animations.

The sheet widget will manipulate the position of this animation, it is not just a passive observer.

Implementation

final AnimationController? transitionAnimationController;