ScrollBarTheme
Customizes the colors, thickness, and shape of scrollbars across the app.
Properties
cross_axis_margin- Distance from the scrollbar thumb to the nearest cross axis edge in logical pixels.interactive- Whether the Scrollbar should be interactive and respond to dragging on the thumb, or tapping in the track area.main_axis_margin- Distance from the scrollbar thumb's start and end to the edge of the viewport in logical pixels.min_thumb_length- The preferred smallest size the scrollbar thumb can shrink to when the total scrollable extent is large, the current visible viewport is small, and the viewport is not overscrolled.radius- The Radius of the scrollbar thumb's rounded rectangle corners.thickness- The thickness of the scrollbar in the cross axis of the scrollable.thumb_color- Overrides the default Color of the Scrollbar thumb.thumb_visibility- Indicates that the scrollbar thumb should be visible, even when a scroll is not underway.track_border_color- Overrides the default Color of the Scrollbar track border.track_color- Overrides the default Color of the Scrollbar track.track_visibility- Indicates that the scrollbar track should be visible.