Home > Software engineering >  Flutter - How to make AppBar in video?
Flutter - How to make AppBar in video?

Time:10-10

How can I make the AppBar in this video.

Video: https://imgur.com/a/T25iRL5

Thanks for help.

CodePudding user response:

You can use SliverAppBar, here is an example for that.

CodePudding user response:

Yes it's custom scroll with sliver app bar in it

  • Related