reverseTransitionDuration property

  1. @override
Duration reverseTransitionDuration
override

The duration the transition going in reverse.

By default, the reverse transition duration is set to the value of the forwards transitionDuration.

Implementation

@override
// ignore: public_member_api_docs
Duration get reverseTransitionDuration => reverseDuration;