I am trying to ensure that there is a visual indication that the user is trying to scroll more to the bottom even though he has reached the end of the list in a LazyColumn.
This feature is available by default in XML layouts.
How do we implement this in Jetpack compose? For over scrolling at the top, I see that there is a Swipe for Refresh equivalent. Is there a solution out there at present?