duytq94 / flutter-intro-slider

Simple and configurable app introduction slider for Flutter
https://pub.dartlang.org/packages/intro_slider
MIT License
677 stars 141 forks source link

Added scrollbar for tab content #77

Closed chriswellingsfairsailcom closed 4 years ago

chriswellingsfairsailcom commented 4 years ago

Added a scrollbar to tab content so you can tell if there is more to see before continuing (useful when the content is shown on smaller screens or with larger text and it's not always obvious there is more to read). Added the ability to always show the scrollbar or to only show when interacted with. If you can't scroll then no scrollbar is shown.

duytq94 commented 4 years ago

Thanks for your contribution.