scrollbarColor property

Color? scrollbarColor
final

The color of the scrollbar thumb on its default state. If null, Color(0xFF898989) is used for light theme and Color(0xFFa0a0a0) is used for dark theme.

Implementation

final Color? scrollbarColor;