animationController property

AnimationController? animationController
final

The animation that controls the bottom sheet's position.

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

Implementation

final AnimationController? animationController;