Decode CustomScrollView
An in-depth look at Flutter’s CustomScrollView Widget

Having possibly read my previous article, Decode ListView, you may have noticed I make no mention of an additional ‘scrollable’ widget that also extends ListView’s base class, ScrollView. It’s called, CustomScrollView. And with it, you’re privy to even more scrolling effects.