ScrollUtils extension

on

Methods

hasReachedBottom() bool

Available on ScrollController, provided by the ScrollUtils extension

hasScrolled({int minScroll = 0}) bool

Available on ScrollController, provided by the ScrollUtils extension

scrollToBottom({Duration duration = ScrollUtils.duration}) → void

Available on ScrollController, provided by the ScrollUtils extension

scrollToTop({Duration duration = ScrollUtils.duration}) → void

Available on ScrollController, provided by the ScrollUtils extension

Constants

duration → const Duration