Create a ListView (in my case a ListView.separated) and set the physics property to ClampingScrollPhysics. When reaching the top or bottom it still triggers the stretch effect when continue scrolling.
In Flutter, a list view is a widget that allows you to display a list of items that can be scrolled vertically. It is commonly used to display large sets of data, such as lists of contacts, messages, ...