Force widget rebuild from drawer in Flutter
I have a flutter app with drawer navigation. When open, the drawer is overlapping a widget (let's call it Screen_1). I would like to force the Screen_1 rebuild when the user dismisses the drawer. What is the best way to…