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

Add clipBehavior argument to constructors. #27

Merged
merged 1 commit into from
Aug 17, 2023
Merged

Conversation

theLee3
Copy link
Contributor

@theLee3 theLee3 commented Aug 16, 2023

CustomScrollView's default clip behavior is Clip.hardEdge, which is not always desirable. This adds a clipBehavior argument to the constructors for ImplicitlyAnimatedList and ImplicitlyAnimatedReorderableList that is then passed on to CustomScrollView's constructor.

@theLee3 theLee3 changed the title Add clipBehaviorto constructors. Add clipBehavior to constructors. Aug 16, 2023
@theLee3 theLee3 changed the title Add clipBehavior to constructors. Add clipBehavior argument to constructors. Aug 16, 2023
@wwwdata
Copy link
Owner

wwwdata commented Aug 17, 2023

Thank you very much! Going to merge it and make a release soon

@wwwdata wwwdata enabled auto-merge (squash) August 17, 2023 05:44
@wwwdata wwwdata merged commit 7218a64 into wwwdata:main Aug 17, 2023
2 checks 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