How to add ScrollController to SliverList flutter

Viewed 3090

I can add ScrollController to a ListView. I was trying to do the same for SliverList but I realized there is no parameter to add a controller. Is there any other way I can achieve this? Thank you.

1 Answers
Related