Unverified Commit 8428cf30 authored by Alexandre Ardhuin's avatar Alexandre Ardhuin Committed by GitHub

Add template flutter.widgets.transitionRoute.reverseTransitionDuration (#62136)

parent f025ca2f
......@@ -103,10 +103,12 @@ abstract class TransitionRoute<T> extends OverlayRoute<T> {
/// {@endtemplate}
Duration get transitionDuration;
/// {@template flutter.widgets.transitionRoute.reverseTransitionDuration}
/// The duration the transition going in reverse.
///
/// By default, the reverse transition duration is set to the value of
/// the forwards [transitionDuration].
/// {@endtemplate}
Duration get reverseTransitionDuration => transitionDuration;
/// {@template flutter.widgets.transitionRoute.opaque}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment