transitionDuration property
override
The duration the transition going forwards.
See also:
- reverseTransitionDuration, which controls the duration of the transition when it is in reverse.
Implementation
@override
Duration get transitionDuration => _bottomSheetEnterDuration;