trackColor property
final
Overrides the default Color
of the Scrollbar track when
trackVisibility is true in all descendant Scrollbar widgets.
Resolves in the following states:
- MaterialState.hovered on web and desktop platforms.
Implementation
final MaterialStateProperty<Color?>? trackColor;