Is there any way I can hide the navigation bar when we push a new screen without using the pushNewScreen function?
I have a different navigation mechanism where I am navigating without context (from the ViewModel - I am using Stacked). So is there any settings I can just set withNavBar to false for all the screen?
Is there any way I can hide the navigation bar when we push a new screen without using the
pushNewScreen
function?I have a different navigation mechanism where I am navigating without
context
(from the ViewModel - I am using Stacked). So is there any settings I can just setwithNavBar
tofalse
for all the screen?