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
Is there a way for the TextFieldModalSettingsTile to change its value reactively (i.e. when the preference it cointains is changed from another place outside its dialog box)?
I tried using the Setting().onChanged to change the Tile itself, but it is not working. I probably think this can be done with a Provider or similar, but was wondering if there is a solution from the package itself.
The text was updated successfully, but these errors were encountered:
Is there a way for the TextFieldModalSettingsTile to change its value reactively (i.e. when the preference it cointains is changed from another place outside its dialog box)?
I tried using the Setting().onChanged to change the Tile itself, but it is not working. I probably think this can be done with a Provider or similar, but was wondering if there is a solution from the package itself.
The text was updated successfully, but these errors were encountered: