sheetAnimationStyle property

AnimationStyle? sheetAnimationStyle
final

Used to override the modal bottom sheet animation duration and reverse animation duration.

If AnimationStyle.duration is provided, it will be used to override the modal bottom sheet animation duration in the underlying BottomSheet.createAnimationController.

If AnimationStyle.reverseDuration is provided, it will be used to override the modal bottom sheet reverse animation duration in the underlying BottomSheet.createAnimationController.

To disable the modal bottom sheet animation, use AnimationStyle.noAnimation.

Implementation

final AnimationStyle? sheetAnimationStyle;