Last active
September 28, 2020 05:50
-
-
Save darmawan01/80ce4d77f8030459b938a21acae738cd to your computer and use it in GitHub Desktop.
Check the top of page with scroll controller
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
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