AdobeXD / xd-to-flutter-plugin

Generate assets from XD for use in an existing Flutter project
BSD 2-Clause "Simplified" License
952 stars 97 forks source link

Add setting for whether to display scrollbars #113

Open gskinner opened 3 years ago

gskinner commented 3 years ago

We should probably wrap our scroll views (ScrollGroup & Repeat Grid) in a Scrollbar by default.

I wonder if we should also add a setting for toggling it on or off? Are there common use cases for not having a scrollbar? Feedback welcome.

gskinner commented 3 years ago

8bcf84a8b1972c64dc8ab713fe36f4dbdab65d40 adds scrollbars. Leaving open to consider whether to add a setting.