backgroundColor property

Color? backgroundColor
final

The background color of the scrollbar when the user is hovering or pressing it. If null, Color(0xFFf8f8f8) is used for light theme and Color(0xFF292929) is used for dark theme.

Implementation

final Color? backgroundColor;