flutter_staggered_grid_view icon indicating copy to clipboard operation
flutter_staggered_grid_view copied to clipboard

Custom child height

Open tologonkudaiberdiuulu opened this issue 1 year ago • 1 comments

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?

tologonkudaiberdiuulu avatar Mar 28 '23 09:03 tologonkudaiberdiuulu

Pagination is supported, There's a property called controller. Create your own scroll controller and give it there and handle pagination.

ankeet7x avatar Jun 08 '23 05:06 ankeet7x