Widgets not updating when I do a setState() In showModalBottomSheet – FLUTTER
I worked on a flutter program, but I have a problem that I can't solve, In showModalBottomSheet the widgets do not update when I do a setState(); I've already seen similar problems with the BottomSheet widget, but I need showModalBottomSheet…