Replies: 1 comment
-
|
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
-
How can I use a variable in
ConsumerState
, that I put in the constructor like forStatefulWidgets
?There I can use something like
widget.data
inState
. That doesn't work forConsumerStatefulWidget
Following scenario:
Beta Was this translation helpful? Give feedback.
All reactions