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

[Lint} isAlwaysShown property is deprecated, suggest replace with thumbVisibility #227

Closed
saropa opened this issue Nov 15, 2022 · 1 comment

Comments

@saropa
Copy link

saropa commented Nov 15, 2022

Hi, thank you so much for this package!

I found a simple lint issue in the Scrollbar:

'isAlwaysShown' is deprecated and shouldn't be used. Use thumbVisibility instead.

main.dart # 50, suggest changing
isAlwaysShown: kIsWeb,

to
thumbVisibility: kIsWeb,

@michaelspiss
Copy link
Collaborator

Thanks for pointing this out. I'm going to update this in the next release

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

No branches or pull requests

2 participants