scrollbarPressingColor property

Color? scrollbarPressingColor
final

The color of the scrollbar thumb when the user is hovering or pressing it. If null, const Color(0xFF898989) is used for light theme and Color(0xFFa0a0a0) is used for dark theme by default.

Implementation

final Color? scrollbarPressingColor;