[Lint} isAlwaysShown property is deprecated, suggest replace with thumbVisibility
saropa opened this issue · 1 comments
saropa commented
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 commented
Thanks for pointing this out. I'm going to update this in the next release