From faa514fc244f131cd634fcda03c32fb2512be3e1 Mon Sep 17 00:00:00 2001 From: "Edman P. Anjos" Date: Sat, 19 Oct 2019 00:43:04 +0200 Subject: [PATCH] Quick fix on material dialog docs (#42968) --- packages/flutter/lib/src/material/dialog.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/material/dialog.dart b/packages/flutter/lib/src/material/dialog.dart index dc4132113c6..7c00022c198 100644 --- a/packages/flutter/lib/src/material/dialog.dart +++ b/packages/flutter/lib/src/material/dialog.dart @@ -74,7 +74,7 @@ class Dialog extends StatelessWidget { /// The curve to use for the animation shown when the system keyboard intrudes /// into the space that the dialog is placed in. /// - /// Defaults to [Curves.fastOutSlowIn]. + /// Defaults to [Curves.decelerate]. final Curve insetAnimationCurve; /// {@template flutter.material.dialog.shape}