Skip to content

Instantly share code, notes, and snippets.

@darmawan01
Last active September 28, 2020 05:50
Show Gist options
  • Save darmawan01/80ce4d77f8030459b938a21acae738cd to your computer and use it in GitHub Desktop.
Save darmawan01/80ce4d77f8030459b938a21acae738cd to your computer and use it in GitHub Desktop.
Check the top of page with scroll controller
```
if (_scrollController.offset <=
_scrollController.position.minScrollExtent &&
!_scrollController.position.outOfRange) {
# Code here
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment