Flutter

A SliverAppBar Example for Flutter – Using CustomScrollView and NestedScrollView

The SliverAppBar allows us to scroll the AppBar in Flutter to create the shrinking header effect like so. SliverAppBar vs AppBar The regular AppBar in Flutter is a fixed app bar that always remain above the body of the Scaffold. It is placed within the appBar property of a Scaffold. With the SliverAppBar, we move …

A SliverAppBar Example for Flutter – Using CustomScrollView and NestedScrollView Read More »