transitionAnimationController property

AnimationController? transitionAnimationController
final

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

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

Implementation

final AnimationController? transitionAnimationController;