There seems to be an issue with the scrollbar not being draggable on Flutter desktop. I'm not sure if the issue is also present on ios/android or mac but I'm developing my app on Flutter windows and I'm not able to use the scrollbar when it get's automatically applied for example to a List of ListTiles.

I'm directly able to drag the ListTiles which moves the List down but the scrollbar is not draggable. That could become a problem for laptop users who do not use a mouse and might not be familiar with their touchpad.