Quick fix on material dialog docs (#42968)

This commit is contained in:
Edman P. Anjos 2019-10-19 00:43:04 +02:00 committed by Hans Muller
parent b6c865ff9c
commit faa514fc24

View file

@ -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}