Flutter: Setting the height of the AppBar

前端 未结 7 2124
刺人心
刺人心 2020-12-08 01:49

How can I simply set the height of the AppBar in Flutter?

The title of the bar should be staying centered vertically (in that AppBar).

相关标签:
7条回答
  • 2020-12-08 02:45

    You can use the toolbarHeight property of Appbar, it does exactly what you want.

    0 讨论(0)
提交回复
热议问题