animationCurveReverseDuration property

Duration? animationCurveReverseDuration
final

Duration of the curved (reverse Curves.easeIn) portion of the animation occuring after a key up event

Defaults to 600ms. Set to null to use animationCurveDuration.

Implementation

final Duration? animationCurveReverseDuration;