What is ClampingScrollPhysics?

ClampingScrollPhysics class Null safety . Scroll physics for environments that prevent the scroll offset from reaching beyond the bounds of the content . This is the behavior typically seen on Android. See also: ScrollConfiguration, which uses this to provide the default scroll behavior on Android.

Read more

What is scroll controller in flutter?

A ScrollController is a Listenable . It notifies its listeners whenever any of the attached ScrollPositions notify their listeners (i.e. whenever any of them scroll). It does not notify its listeners when the list of attached ScrollPositions changes. Typically used with ListView, GridView, CustomScrollView.

Read more