We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
代码设计上child包装了一个CustomScrollView,其实是不可取的。 如果是Scrollable的widget,按照scrollable的逻辑处理,如果不是则再考虑包装到CustomScrollView里。不过仔细阅读了源代码也给我自己设计下拉刷新上拉加载提供了很大帮助。Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
代码设计上child包装了一个CustomScrollView,其实是不可取的。 如果是Scrollable的widget,按照scrollable的逻辑处理,如果不是则再考虑包装到CustomScrollView里。不过仔细阅读了源代码也给我自己设计下拉刷新上拉加载提供了很大帮助。Thanks.
The text was updated successfully, but these errors were encountered: