muhammad369 / ResponsiveGrid_Flutter

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

Feature/custom scrollcontroller #29

Closed ynnob closed 1 year ago

ynnob commented 1 year ago

Hey! This PR Fixes #26, Fixes #28

I added additional parameter to the constructor of class ResponsiveGridList.

  1. ScrollController? controller
  2. ScrollPhysics? physics

These will be passed on to the ListView.builder(...) if the flag scroll is set to true.