ScrollExtension extension
Methods
-
animateToPosition(
double position, {dynamic milliseconds = 300}) → Future< void> - Scroll to given position with given animation duration
-
animToBottom(
{dynamic milliseconds = 300}) → Future< void> - Scroll to bottom with given animation duration
-
animToTop(
{dynamic milliseconds = 300}) → Future< void> - Scroll to top with given animation duration
-
jumpToBottom(
) → void - Scroll to bottom without animation
-
jumpToTop(
) → void - Scroll to top without animation