trackColor property

Color? trackColor
final

The color of the scrollbar track.

The scrollbar track will only be visible when trackVisibility and thumbVisibility are true.

If null, defaults to Color(0x08000000).

Implementation

final Color? trackColor;