Open GAM3RG33K opened 5 years ago
@marica27 This is my first pull request, so can you just check it out and let me know? Thanks in advance.
What is the status on the PR? I would like to use a draggable horizontal scrollbar in my project.
By the way, you forgot to modify SlideTransition
, so that when child is horizontal, scrollbar pulp should go down on dissapearing, and not to the side.
To fix this you should make SlideFadeTransition
accept isVertical
parameter as well, and inside build method:
...
position: Tween(
begin: Offset(isVertical ? 0.3 : 0.0, isVertical ? 0.0 : 0.3),
...
@emvaized That's right. I don't know how it got out of my attention. I will fix it soon. Thanks for pointing it out.
add horizontal scrollbar support in the library and a demo tab in the example app.
Screenshots attached for details