Skip to content

Commit 16cc2f3

Browse files
authoredApr 16, 2020
Fix showCupertinoModalPopup documentation comment typo (flutter#52995)
1 parent bd068f5 commit 16cc2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ class _CupertinoModalPopupRoute<T> extends PopupRoute<T> {
905905
/// popup to the [Navigator] furthest from or nearest to the given `context`. It
906906
/// is `false` by default.
907907
///
908-
/// The `semanticsDismissble` argument is used to determine whether the
908+
/// The `semanticsDismissible` argument is used to determine whether the
909909
/// semantics of the modal barrier are included in the semantics tree.
910910
///
911911
/// The `builder` argument typically builds a [CupertinoActionSheet] widget.

0 commit comments

Comments
 (0)
Please sign in to comment.