ScrollExtension extension

on

Methods

animateToPosition(double position, {dynamic milliseconds = 300}) Future<void>

Available on ScrollController, provided by the ScrollExtension extension

Scroll to given position with given animation duration
animToBottom({dynamic milliseconds = 300}) Future<void>

Available on ScrollController, provided by the ScrollExtension extension

Scroll to bottom with given animation duration
animToTop({dynamic milliseconds = 300}) Future<void>

Available on ScrollController, provided by the ScrollExtension extension

Scroll to top with given animation duration
jumpToBottom() → void

Available on ScrollController, provided by the ScrollExtension extension

Scroll to bottom without animation
jumpToTop() → void

Available on ScrollController, provided by the ScrollExtension extension

Scroll to top without animation