linked_scroll_controller 0.1.2
linked_scroll_controller: ^0.1.2 copied to clipboard
A scroll controller that allows two or more scroll views to be in sync.
0.1.2 #
- Add
LinkedScrollControllerGroup.animateToandLinkedScrollControllerGroup.jumpTomethods that control the scroll position of the group.
0.1.1 #
- Add
LinkedScrollControllerGroup.addOffsetChangedListenermethod that calls the provided callback when the scroll offset of the group changes.
0.1.0 #
- Add getter
offsetthat returns the current scroll offset for the group.