How to use the launch method to pass data to new screen #19
segungreat
started this conversation in
General
Replies: 1 comment
-
You can create constuctor to pass the data like this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have something like this,
ICChartScreen().launch( context, pageRouteAnimation: PageRouteAnimation.Slide );
and i want to pass data to the next screen (ICChartScreen)
Am unable to share data between screen
Beta Was this translation helpful? Give feedback.
All reactions