Advertisement
mahmud11556

PageRoute

Sep 30th, 2023
1,276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Dart 0.13 KB | None | 0 0
  1.     Navigator.push(
  2.       context,
  3.       CupertinoPageRoute(
  4.         builder: (_) => Profile(profileId: profileId),
  5.       ),
  6.     );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement