ScrollControllerExt extension
Extension methods for ScrollController.
Methods
-
isBottom(
) → bool -
Available on ScrollController, provided by the ScrollControllerExt extension
Returnstrue
if the scroll position is near the bottom (90% of max). -
scrollToTop(
) → void -
Available on ScrollController, provided by the ScrollControllerExt extension
Smoothly scrolls the list to the top position.