infinite_scroll_pagination icon indicating copy to clipboard operation
infinite_scroll_pagination copied to clipboard

Cant't add Scrollbar

Open sbergmair opened this issue 2 years ago • 1 comments

How can I add a Scrollbar. In my case I can't pull to refresh, if I add a Scrollbar like Scrollbar(child: PagedListView(...)).

sbergmair avatar Feb 25 '22 08:02 sbergmair

pull to refresh must have the scrollview as direct child. I am not sure if this is compatible with scrollbar. You can instead try wrapping the pull to refresh with a scrollbar.

however, this is not an issue with this package.

clragon avatar Sep 02 '22 20:09 clragon