Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed shrinkWrap in AnimatedListView always being false #78

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

brericha
Copy link
Contributor

@brericha brericha commented Aug 8, 2024

In animated_list_view.dart the shrinkWrap property passed to CustomScrollView was always false instead of the shrinkWrap value passed to AnimatedListView. Changed the false keyword to shrinkWrap and now the Widget behaves as expected.

@cp-sneha-s cp-sneha-s merged commit 909993d into canopas:main Aug 9, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants