So I'm working on an app. Every time when I have to make a new page I always have to make the same appBar from Scratch.
Is it possible to assign this appBar to a constant and use that constant everywhere I need it.?
OR
Is there another way to just have one appBar for the entire app?