Open elisar4 opened 5 years ago
Currently on device orientation change event drawer is not recalculate slide percentage. If initial orientation was landscape and after startup we change orientation to portrait, "content" widget even not visible on the screen.
OrientationBuilder( builder: (context, orientation) { return ...; }
Need to use OrientationBuilder inside hidden_drawer_menu, using it outside does not change "content" position
Currently on device orientation change event drawer is not recalculate slide percentage. If initial orientation was landscape and after startup we change orientation to portrait, "content" widget even not visible on the screen.
Need to use OrientationBuilder inside hidden_drawer_menu, using it outside does not change "content" position