Add template flutter.widgets.transitionRoute.reverseTransitionDuration (#62136)
This commit is contained in:
parent
f025ca2fc6
commit
8428cf30eb
@ -103,10 +103,12 @@ abstract class TransitionRoute<T> extends OverlayRoute<T> {
|
|||||||
/// {@endtemplate}
|
/// {@endtemplate}
|
||||||
Duration get transitionDuration;
|
Duration get transitionDuration;
|
||||||
|
|
||||||
|
/// {@template flutter.widgets.transitionRoute.reverseTransitionDuration}
|
||||||
/// The duration the transition going in reverse.
|
/// The duration the transition going in reverse.
|
||||||
///
|
///
|
||||||
/// By default, the reverse transition duration is set to the value of
|
/// By default, the reverse transition duration is set to the value of
|
||||||
/// the forwards [transitionDuration].
|
/// the forwards [transitionDuration].
|
||||||
|
/// {@endtemplate}
|
||||||
Duration get reverseTransitionDuration => transitionDuration;
|
Duration get reverseTransitionDuration => transitionDuration;
|
||||||
|
|
||||||
/// {@template flutter.widgets.transitionRoute.opaque}
|
/// {@template flutter.widgets.transitionRoute.opaque}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user