muhammad369 / ResponsiveGrid_Flutter

Responsive Grid Layout for Flutter
MIT License
88 stars 27 forks source link

Feature: Let the user define a custom ScrollController and ScrollPhysics #28

Closed ynnob closed 1 year ago

ynnob commented 1 year ago

Problem: At the moment the user can't define a constom ScrollController and ScrollPhysics for the ListView.

For this to work we should be able to pass a custom ScrollController and ScrollPhysics to the constructor of ResponsiveGridList. Also the flag scroll needs to be true for the widget to use a ListView with the user defined controller.