fluttercommunity/font_awesome_flutter

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

saropa opened this issue · 1 comments

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,

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