ScrollBarColors

data class ScrollBarColors(val thumbColor: Color, val trackColor: Color)

Colors for the scrollbar component.

Parameters

thumbColor

The color of the scrollbar thumb. Color.Unspecified uses theme default.

trackColor

The color of the scrollbar track. Color.Unspecified hides the track.

Constructors

Link copied to clipboard
constructor(thumbColor: Color, trackColor: Color)

Properties

Link copied to clipboard
Link copied to clipboard