How can I simply set the height of the AppBar in Flutter?
AppBar
The title of the bar should be staying centered vertically (in that AppBar).
You can use the toolbarHeight property of Appbar, it does exactly what you want.