ariedov / flutter_snaplist

A small library for creating snapping lists.
MIT License
452 stars 53 forks source link

Request for disabling scroll #18

Open jasonkaruza opened 5 years ago

jasonkaruza commented 5 years ago

This could be circumvented by either using the snaplist or using other widgets, but if it is easy to accomplish it would be great to pass a parameter during build that can disable the ability to scroll for scenarios where the items in the snaplist are smaller than the space allotted and are more of a static list than a scroll widget. Is that something you guys would consider implementing?