How to display body under the AppBar of scaffold widget and not below?

后端 未结 7 1705
谎友^
谎友^ 2021-02-03 20:16

I\'m using a transparent AppBar and I would like to display body behind the transparent AppBar and not bellow. How to do that ?

7条回答
  •  再見小時候
    2021-02-03 20:34

    A new option extendBodyBehindAppBar is now available on the Scaffold. See the PR here.

    If it's still an unrecognized parameter, make sure you switch to the dev channel and flutter upgrade.

    Edit: It's now on stable channel

提交回复
热议问题