Creating SliverAppBar / Collapsing Toolbar in Flutter We can create a sliver app bar by using SliverAppBar class provided by flutter . Calling it’s constructor and providing the required properties will do the work. There are no required properties for the SliverAppBar widget.