How do I get the current scroll offset inside a Flutter ListView, SliverList
, etc?
Scrollable.of(context).position.pixels
.ScrollController
in as the controller argument of the scroll view, then you can read controller.offset
.NotificationListener
.This was asked on Flutter Gitter, and answered: https://gitter.im/flutter/flutter?at=591243f18a05641b1167be0e