From a6626cfd32cc82ce0d76bc2c4cbaf8913e0e62f9 Mon Sep 17 00:00:00 2001 From: creativecreatorormaybenot <19204050+creativecreatorormaybenot@users.noreply.github.com> Date: Fri, 21 Feb 2020 09:44:03 +0000 Subject: [PATCH] Initial --- packages/animations/lib/src/modal.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/animations/lib/src/modal.dart b/packages/animations/lib/src/modal.dart index c03662199026..851b3c9df3a6 100644 --- a/packages/animations/lib/src/modal.dart +++ b/packages/animations/lib/src/modal.dart @@ -106,7 +106,7 @@ class _ModalRoute extends PopupRoute { @override final Duration transitionDuration; - @override + // TODO(creativecreatorormaybenot): Add override when 1.15.3 makes it to stable. final Duration reverseTransitionDuration; /// The primary contents of the modal.