Commit faa514fc authored by Edman P. Anjos's avatar Edman P. Anjos Committed by Hans Muller

Quick fix on material dialog docs (#42968)

parent b6c865ff
...@@ -74,7 +74,7 @@ class Dialog extends StatelessWidget { ...@@ -74,7 +74,7 @@ class Dialog extends StatelessWidget {
/// The curve to use for the animation shown when the system keyboard intrudes /// The curve to use for the animation shown when the system keyboard intrudes
/// into the space that the dialog is placed in. /// into the space that the dialog is placed in.
/// ///
/// Defaults to [Curves.fastOutSlowIn]. /// Defaults to [Curves.decelerate].
final Curve insetAnimationCurve; final Curve insetAnimationCurve;
/// {@template flutter.material.dialog.shape} /// {@template flutter.material.dialog.shape}
......
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