You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2025. It is now read-only.
Package: scrollable_positioned_list
Requesting a feature to add native support for scrollbar visibility control in ScrollablePositionedList. Currently, there's no direct way to control scrollbar visibility within the widget itself.
Problem description
Package: scrollable_positioned_list
Requesting a feature to add native support for scrollbar visibility control in ScrollablePositionedList. Currently, there's no direct way to control scrollbar visibility within the widget itself.
Steps to reproduce
Expected behavior
Should be able to control scrollbar visibility using a thumbVisibility property directly in ScrollablePositionedList, similar to ListView's behavior.
Actual behavior
Currently requires wrapping ScrollablePositionedList with a Scrollbar widget to control scrollbar visibility, leading to additional widget nesting.
Environment
Additional details
This enhancement would improve API consistency with Flutter's core widgets and provide a better developer experience.