animationCurve property

Curve? animationCurve
final

The curve used by the animation showing and dismissing the bottom sheet.

If no curve is provided it falls back to decelerateEasing.

Implementation

final Curve? animationCurve;