Flutter – showModelBottomSheet is not opening after Future.delay
I have two showModalBottomSheet(). In the First modalSheet there is a IconButton(). When the IconButton tapped, The First sheet should be closed and after 2 seconds the second modalSheet should be opened. When I use the Future.delay function between the…