trackColor property
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;
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).
final Color? trackColor;