-
-
Notifications
You must be signed in to change notification settings - Fork 637
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
内置的ScrollBar滚动条形状错误 #775
Comments
设置 scrollBehaviorBuilder: (physics) {
return ScrollConfiguration.of(context).copyWith(
physics: physics,
scrollbars: false,
);
}, 这算一个workaround吧,还是没找到内部的 |
xuelongqy
added a commit
that referenced
this issue
Nov 10, 2023
最新的代码,使用了Flutter默认的滚动条,但没有发布。你现在需要这个功能? |
都行的,感谢! |
3.3.3已修改 |
感谢,已经好使了。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
现在的ScrollBar是个四四方方的矩形,似乎也没有办法调整。
如下代码:
出来的效果是这样:
换成sliver也不行:
是否可以默认改成material 3风格,或者提供一个自定义滚动条的选项,或者disable滚动条的选项?
示例app里没有看到滚动条(应该不是颜色太淡了),目前没看出来是如何做到的。
The text was updated successfully, but these errors were encountered: