Quick fix on material dialog docs (#42968)
diff --git a/packages/flutter/lib/src/material/dialog.dart b/packages/flutter/lib/src/material/dialog.dart index dc41321..7c00022 100644 --- a/packages/flutter/lib/src/material/dialog.dart +++ b/packages/flutter/lib/src/material/dialog.dart
@@ -74,7 +74,7 @@ /// 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}