I have design one screen which is appear when intent from navigation drawer as well as from other screen.
Now i want to hide app bar when intent from navigation draw
You can try this way
appBar: boolTrue ? AppBar(...) : null