Think of a new way to create a ScreenModel
in a Screen
#61
dragossusi
started this conversation in
Ideas
Replies: 1 comment
-
Hi all, I have just published a fork of voyager with bug fixes and new features here. |
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 am using SplitPane with
Scaffold
and I want to keep a single Scaffold.I use
TabsNavigator
and aNavigationRail
for the first part of the creen andNavigator
with a singleScaffold
like:In
Actions
I create a button that calls a method on aScreenModel
, but I need to call therememberScreenModel
twice, once inContent
and once inActions
:Beta Was this translation helpful? Give feedback.
All reactions