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
transformer: PageTransformerBuilder( builder: (Widget child, TransformInfo info) {
if (info.forward) { } else { // 没有打印过,不管是向左滑动还是向右滑动 } }
设置的是无限滚动模式,希望作者可以修复下,感谢感谢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
transformer: PageTransformerBuilder(
builder: (Widget child, TransformInfo info) {
设置的是无限滚动模式,希望作者可以修复下,感谢感谢
The text was updated successfully, but these errors were encountered: