Skip to content

Commit 8cc08c7

Browse files
authored
Merge pull request flutter#343 from nikitadol/master
Add title to CupertinoPageRoute
2 parents 2184779 + dd5d435 commit 8cc08c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/lib/src/beam_page.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ class BeamPage extends Page {
127127
switch (type) {
128128
case BeamPageType.cupertino:
129129
return CupertinoPageRoute(
130+
title: title,
130131
fullscreenDialog: fullScreenDialog,
131132
settings: this,
132133
builder: (context) => child,

0 commit comments

Comments
 (0)