Skip to content

Commit 4c9f4d2

Browse files
committed
Add documentation about configuration default value.
1 parent bb3a9fb commit 4c9f4d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/animations/lib/src/modal.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ typedef _ModalTransitionBuilder = Widget Function(
2929
/// modal route that will be displayed, such as the enter and exit
3030
/// transitions, the duration of the transitions, and modal barrier
3131
/// properties.
32+
/// By default, `configuration` is [FadeScaleTransitionConfiguration].
3233
///
3334
/// The `useRootNavigator` argument is used to determine whether to push the
3435
/// modal to the [Navigator] furthest from or nearest to the given `context`.

0 commit comments

Comments
 (0)