We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
default
1 parent b158029 commit 0bd1dcfCopy full SHA for 0bd1dcf
packages/animations/lib/src/modal.dart
@@ -28,8 +28,8 @@ typedef _ModalTransitionBuilder = Widget Function(
28
/// The `configuration` argument is used to determine characteristics of the
29
/// modal route that will be displayed, such as the enter and exit
30
/// transitions, the duration of the transitions, and modal barrier
31
-/// properties.
32
-/// By default, `configuration` is [FadeScaleTransitionConfiguration].
+/// properties. By default, `configuration` is
+/// [FadeScaleTransitionConfiguration].
33
///
34
/// The `useRootNavigator` argument is used to determine whether to push the
35
/// modal to the [Navigator] furthest from or nearest to the given `context`.
0 commit comments