Decode CustomScrollView

Greg Perry
15 min readMay 23, 2019

An in-depth look at Flutter’s CustomScrollView Widget

Part of the Decode Flutter Series

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.

--

--