Skip to content

Commit 0bd1dcf

Browse files
mono0926Shi-Hao Hong
andcommitted
Shift default sentence to be the last line
Co-Authored-By: Shi-Hao Hong <[email protected]>
1 parent b158029 commit 0bd1dcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/animations/lib/src/modal.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ typedef _ModalTransitionBuilder = Widget Function(
2828
/// The `configuration` argument is used to determine characteristics of the
2929
/// modal route that will be displayed, such as the enter and exit
3030
/// transitions, the duration of the transitions, and modal barrier
31-
/// properties.
32-
/// By default, `configuration` is [FadeScaleTransitionConfiguration].
31+
/// properties. By default, `configuration` is
32+
/// [FadeScaleTransitionConfiguration].
3333
///
3434
/// The `useRootNavigator` argument is used to determine whether to push the
3535
/// modal to the [Navigator] furthest from or nearest to the given `context`.

0 commit comments

Comments
 (0)