Skip to content

Commit 6e491d8

Browse files
Update showCupertinoModalPopup documentation (#106274)
1 parent 160ada5 commit 6e491d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/cupertino/route.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ class CupertinoModalPopupRoute<T> extends PopupRoute<T> {
11351135
///
11361136
/// The `useRootNavigator` argument is used to determine whether to push the
11371137
/// popup to the [Navigator] furthest from or nearest to the given `context`. It
1138-
/// is `false` by default.
1138+
/// is `true` by default.
11391139
///
11401140
/// The `semanticsDismissible` argument is used to determine whether the
11411141
/// semantics of the modal barrier are included in the semantics tree.

0 commit comments

Comments
 (0)