I have a list of JSONs saved to my AppState. I have a list in which I have generated children from that AppState variable. In my JSON i have a boolean object "Favorite". How would I change the object from false to true via a toggle icon?
I have a list of JSONs saved to my AppState. I have a list in which I have generated children from that AppState variable. In my JSON i have a boolean object "Favorite". How would I change the object from false to true via a toggle icon?