Add clipBehavior to ListView, GridView, PageView#63147
Add clipBehavior to ListView, GridView, PageView#63147liyuqian merged 3 commits intoflutter:masterfrom
Conversation
There was a problem hiding this comment.
Is ShrinkWrappingViewport need clipBehavior?
There was a problem hiding this comment.
ShrinkWrappingViewport seems to already have clipBehavior:
There was a problem hiding this comment.
I mean line 314. This function has two return branches, :)
There was a problem hiding this comment.
Ah yes, nice catch! Fixed now.
|
I searched for the usage of |
|
Looks like the analyzer is not happy about this. |
Yes, I should add it to them. Created #63246 to track the progress. I'll do it in another PR. |
These widgets are missing from flutter#59364 With this change, developers can use clipBehavior for flutter#59424
1916d21 to
5fccb42
Compare
|
This pull request is not suitable for automatic merging in its current state.
|
These widgets are missing from flutter#59364 With this change, developers can use clipBehavior for flutter#59424
These widgets are missing from
#59364
With this change, developers can use clipBehavior for
#59424