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
I think once you've rendered this, the initialValue cannot be changed (even using setState). I do a workaround by substituting the widget with a Container() first before the value is ready.
I used the initialValue but it only worked the first time. When I setState((){ }) and pass a different value, it doesn't change.
The text was updated successfully, but these errors were encountered: