How I keep data inside BottomSheet Flutter when I close it?
I'm very new in Flutter (and programing). I have a BottomSheet that cointains ChoiceChips and some Switches. It all works great but when I close the BottomSheet it does not save the state of the switches and the choice chips.…