You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The state parameter of build_chart does not appear to do anything (state always has the value of State::default) - and none of the example show it's use (_state in every single example)
Does that parameter work?
The text was updated successfully, but these errors were encountered:
The state parameter of build_chart does not appear to do anything (state always has the value of State::default) - and none of the example show it's use (_state in every single example)
Does that parameter work?
It should work, but its usage is limited.
The widget tree will have the ownership of the state, you cannot update the state directly, unless you are handling UI events.
The state parameter of
build_chart
does not appear to do anything (state always has the value of State::default) - and none of the example show it's use (_state in every single example)Does that parameter work?
The text was updated successfully, but these errors were encountered: