Expose padding on RawScrollbar#107756
Conversation
|
Add to the 'Scrollbar' widget too? |
I am hesitant to do that, since that widget also does not expose margins. It feels like a slippery slope, if you add one, why not the others? The Material scrollbar follows Material Design, and along with the Cupertino one, they are based on the native specifications. We try to avoid enumerating a lot of properties unless they are necessary, it leads to a bloated API. Usually on the lower level Raw* classes is where we have a lot of the lower level fine tuning available. What do you think? |
Make sense. |
Full context: #107172 (comment)
Allows the user to configure padding on the scrollbar thumb & track.
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.