flutter_staggered_grid_view
flutter_staggered_grid_view copied to clipboard
Custom child height
I have a dynamic list view and some of them has isBig property. When isBig property comes, I should make height of the child double. How I can make it? And another question is, is pagination supported?
Pagination is supported, There's a property called controller. Create your own scroll controller and give it there and handle pagination.