ScrollControllerAutoScroll extension
An extension on ScrollController to facilitate having the scrolling widget auto scroll to the bottom on new content.
Properties
- atScrollBottom → bool
-
Return whether the view is currently scrolled to the bottom.
no setter
Methods
-
autoScrollToBottom(
) → Future< void> - Scroll the content to the bottom using the app's default animation duration and curve..